refactor: finish route-first shell
This commit is contained in:
@@ -370,8 +370,6 @@ public partial class CharacterPanel
|
||||
|
||||
[Parameter] public string RollVisibility { get; set; } = "public";
|
||||
|
||||
[Parameter] public bool EnableInteractiveControls { get; set; }
|
||||
|
||||
[Parameter] public EventCallback<string> RollVisibilityChanged { get; set; }
|
||||
|
||||
[Parameter] public Func<Guid, string> OwnerLabel { get; set; } = _ => string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user