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 e3edf87 commit 36de22eCopy full SHA for 36de22e
src/BootstrapBlazor.Server/Components/Samples/Modals.razor
@@ -237,7 +237,7 @@
237
Name="IsDraggable">
238
<Button OnClick="() => DragModal.Toggle()">@Localizer["ModalsNormalPopups"]</Button>
239
<Modal @ref="DragModal">
240
- <ModalDialog Title="@Localizer["ModalsNormalDefaultPopup"]" IsDraggable="true" ShowMaximizeButton="true">
+ <ModalDialog Title="@Localizer["ModalsNormalDefaultPopup"]" IsDraggable="true">
241
<BodyTemplate>
242
<div>@Localizer["ModalsTitlePopupWindowText"]</div>
243
</BodyTemplate>
0 commit comments