Rows Property Default Equals 1

This commit is contained in:
Cody
2023-10-20 21:18:36 -07:00
committed by GitHub
parent 99267ac2f0
commit e520c30ade

View File

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