Skip to content

Commit b33788e

Browse files
authored
Update AntDesign 1.1.4 (#116)
1 parent 42a2737 commit b33788e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layout/src/AntDesign.ProLayout.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="AntDesign" Version="1.1.2" />
29+
<PackageReference Include="AntDesign" Version="1.1.4" />
3030
</ItemGroup>
3131

3232
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''">

src/layout/src/SettingDrawer/SettingDrawer.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@inherits AntDomComponentBase
33

44
<Drawer
5-
Visible="_show"
5+
@bind-Visible="_show"
66
Width="@("300")"
77
Placement="@DrawerPlacement.Right"
88
Style="z-index: 999;">

0 commit comments

Comments
 (0)