Skip to content

Commit

Permalink
fix: console schema refresh (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxiabuluo authored Jan 18, 2024
1 parent 7a2bf18 commit 0c0cc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/Console/Drawer/SchemaDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SchemaDrawer = () => {
const [searchVal, setSearchVal] = useState('');
const [expandedKeys, setExpandedKeys] = useState([]);
const getSchemaInfo = useCallback(async () => {
if (schemaOverview.length) return;
// if (schemaOverview.length) return;
const { code, data } = await schema.getSpaces();
if (code === 0) {
update({
Expand Down

0 comments on commit 0c0cc37

Please sign in to comment.