2 references to ShowPanelAsync
Aspire.Dashboard (2)
Components\Layout\MainLayout.razor.cs (2)
422
_openPageDialog = await DialogService.
ShowPanelAsync
<SettingsDialog>(parameters).ConfigureAwait(true);
453
_openPageDialog = await DialogService.
ShowPanelAsync
<NotificationsDialog>(parameters).ConfigureAwait(true);