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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}