Rows Property Default Equals 1
This commit is contained in:
parent
99267ac2f0
commit
e520c30ade
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user