Trigger state update for MudDialog on initialization to update the header

This commit is contained in:
Thorsten Sommer 2025-04-27 13:54:09 +02:00
parent dc340285fb
commit b1319fac6e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -28,6 +28,7 @@ public abstract class SettingsDialogBase : MSGComponentBase
protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();
this.MudDialog.StateHasChanged();
this.ApplyFilters([], [ Event.CONFIGURATION_CHANGED ]);