Skip to content

Commit

Permalink
clean up console
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex committed Dec 13, 2024
1 parent 71669af commit b9aaa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/editor/src/components/Settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default observer(({ store }) => {
return (
<Block
tag={Modal}
visible={store.showingSettings}
open={store.showingSettings}
onCancel={store.toggleSettings}
footer=""
{...DEFAULT_MODAL_SETTINGS}
Expand Down

0 comments on commit b9aaa19

Please sign in to comment.