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 028aa2a commit bc137f6Copy full SHA for bc137f6
src/BootstrapBlazor.Server/Components/Samples/Regions.razor
@@ -8,5 +8,5 @@
8
<DemoBlock Title="@Localizer["RegionNormalTitle"]"
9
Introduction="@Localizer["RegionNormalIntro"]"
10
Name="Normal">
11
- <Region></Region>
+ <Region IsDisabled="true"></Region>
12
</DemoBlock>
0 commit comments