Revert Title to "Folder Management"

This is due to the public virtual string Title can not use the Localize instance as it not yet created so error with null reference.
This commit is contained in:
Leigh Pointer 2023-08-08 15:30:39 +02:00
parent efbdf0006e
commit f424bf53b3

View File

@ -110,7 +110,7 @@
public override SecurityAccessLevel SecurityAccessLevel => SecurityAccessLevel.Admin;
public override string Title => Localizer["FolderManagement.Title"];
public override string Title => "Folder Management";
protected override async Task OnInitializedAsync()
{