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