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