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 42a2737 commit b33788eCopy full SHA for b33788e
src/layout/src/AntDesign.ProLayout.csproj
@@ -26,7 +26,7 @@
26
</ItemGroup>
27
28
<ItemGroup>
29
- <PackageReference Include="AntDesign" Version="1.1.2" />
+ <PackageReference Include="AntDesign" Version="1.1.4" />
30
31
32
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''">
src/layout/src/SettingDrawer/SettingDrawer.razor
@@ -2,7 +2,7 @@
2
@inherits AntDomComponentBase
3
4
<Drawer
5
- Visible="_show"
+ @bind-Visible="_show"
6
Width="@("300")"
7
Placement="@DrawerPlacement.Right"
8
Style="z-index: 999;">
0 commit comments