Rows property set to no default

This commit is contained in:
Cody
2023-10-21 10:32:01 -07:00
committed by GitHub
parent e520c30ade
commit 46d18a642c

View File

@ -77,6 +77,6 @@ namespace Oqtane.Models
/// <summary>
/// Optional number of rows (textarea)
/// </summary>
public int Rows { get; set; } = 1;
public int Rows { get; set; }
}
}