Skip to content

Commit

Permalink
fix: fix modal visible open property
Browse files Browse the repository at this point in the history
  • Loading branch information
healthyhcc committed Sep 26, 2022
1 parent de5a928 commit cb925f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DrawerSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DrawerSettings = (props: any) => {
title={formatMessage("drawsettings.title")}
closeIcon={<></>}
placement="right"
open={drawerVisible}
visible={drawerVisible}
headerStyle={{ boxShadow: "0px 0px 3px rgba(0, 0, 0, 0.25)" }}
extra={
<Space>
Expand Down

0 comments on commit cb925f8

Please sign in to comment.