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 2da7dcc commit b728328Copy full SHA for b728328
1 file changed
src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor
@@ -5,7 +5,7 @@
5
6
<h4>@((MarkupString)Localizer["DockViewGroupIntro"].Value)</h4>
7
8
-<DockViewV2 Name="DockViewV2LayoutGroup" class="dockview-demo" EnableLocalStorage="false">
+<DockViewV2 Name="DockViewV2LayoutGroup" class="dockview-demo">
9
<DockViewContent Type="DockViewContentType.Row">
10
<DockViewContent Type="DockViewContentType.Group">
11
<DockViewComponent Key="tab1" Title="标签一">
0 commit comments