We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb3a84 commit 9706f39Copy full SHA for 9706f39
src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor.cs
@@ -165,7 +165,7 @@ private async Task OnResultDialogClick()
165
166
private async Task OnConfirmModalClick()
167
{
168
- var result = await DialogService.ShowModal(Localizer["ConfirmDialogModalContent"], Localizer["ConfirmDialogModalTitle"]);
+ var result = await DialogService.ShowModal(Localizer["ConfirmDialogModalTitle"], Localizer["ConfirmDialogModalContent"]);
169
170
ModalDialogLogger.Log($"The return value of the popup window is: {result} no component provider");
171
}
0 commit comments