improve PageState trimming

This commit is contained in:
sbwalker
2024-07-17 11:53:04 -04:00
parent 5610a14e49
commit b942a84b15
8 changed files with 16 additions and 46 deletions

View File

@ -228,7 +228,7 @@
public SiteState SiteState { get; set; }
[Parameter]
public ControlPanelPageState PageState { get; set; }
public PageState PageState { get; set; }
[Parameter]
public string ButtonClass { get; set; }