Removed Last buggy thing
Forgot to remove it :(
This commit is contained in:
parent
2950034a30
commit
0ae9c27d93
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ public class UiInitContext
|
|||
{
|
||||
public List<SidebarItem> SidebarItems { get; set; } = new();
|
||||
public List<Assembly> RouteAssemblies { get; set; } = new();
|
||||
public List<AdminComponent> AdminPageComponents { get; set; } = new();
|
||||
public List<AdminComponent> AdminPageCards { get; set; } = new();
|
||||
|
||||
public void EnablePages<T>()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue