Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity
This commit is contained in:
@ -6,12 +6,13 @@
|
||||
@code {
|
||||
string title = "";
|
||||
|
||||
protected override void OnInit()
|
||||
protected override Task OnParametersSetAsync()
|
||||
{
|
||||
title = ModuleState.Title;
|
||||
if (PageState.Control == "Settings")
|
||||
{
|
||||
title = PageState.Control;
|
||||
}
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user