Set default Direction as 'down'
This commit is contained in:
parent
a6ce8ea9b5
commit
14bd97d088
|
|
@ -7,7 +7,7 @@ public class PageActionArgs
|
|||
public BroswerActionEnum Action { get; set; }
|
||||
|
||||
public string? Content { get; set; }
|
||||
public string? Direction { get; set; }
|
||||
public string Direction { get; set; } = "down";
|
||||
|
||||
public string Url { get; set; } = null!;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue