Skip to content

Commit

Permalink
Update AntDesign 1.1.4 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames authored Jan 26, 2025
1 parent 42a2737 commit b33788e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/src/AntDesign.ProLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AntDesign" Version="1.1.2" />
<PackageReference Include="AntDesign" Version="1.1.4" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''">
Expand Down
2 changes: 1 addition & 1 deletion src/layout/src/SettingDrawer/SettingDrawer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@inherits AntDomComponentBase

<Drawer
Visible="_show"
@bind-Visible="_show"
Width="@("300")"
Placement="@DrawerPlacement.Right"
Style="z-index: 999;">
Expand Down

0 comments on commit b33788e

Please sign in to comment.