Model\DashboardCommandExecutor.cs (5)
167toastOptions.QuickAction1.OnClickAsync = _ => OpenViewResponseDialogAsync(dialogService, command, response);
180await OpenViewResponseDialogAsync(dialogService, command, response).ConfigureAwait(false);
217toastOptions.QuickAction2.OnClickAsync = _ => OpenViewResponseDialogAsync(dialogService, command, response);
230await OpenViewResponseDialogAsync(dialogService, command, response).ConfigureAwait(false);
347return OpenViewResponseDialogAsync(dialogService, command, response);