Skip to content

Commit 36de22e

Browse files
committed
doc: 更新示例
1 parent e3edf87 commit 36de22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Modals.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
Name="IsDraggable">
238238
<Button OnClick="() => DragModal.Toggle()">@Localizer["ModalsNormalPopups"]</Button>
239239
<Modal @ref="DragModal">
240-
<ModalDialog Title="@Localizer["ModalsNormalDefaultPopup"]" IsDraggable="true" ShowMaximizeButton="true">
240+
<ModalDialog Title="@Localizer["ModalsNormalDefaultPopup"]" IsDraggable="true">
241241
<BodyTemplate>
242242
<div>@Localizer["ModalsTitlePopupWindowText"]</div>
243243
</BodyTemplate>

0 commit comments

Comments
 (0)