Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Sep 21, 2024
1 parent 93f8237 commit 3d22193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Promise/components/Schema/TreeSchemaConfig/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Index: React.FC<{
},
selectedRowKeys,
selectedRows,
});
}, {reload: tree?.refresh});
let { getPrefixCls } = React.useContext(ConfigContext);
let prefixCls = getPrefixCls(
'promise-schema--TreeSchemaConfig',
Expand Down

0 comments on commit 3d22193

Please sign in to comment.