Skip to content

Commit

Permalink
hotfix: fixing infinite fetch table
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Mar 5, 2024
1 parent e48157b commit 2b4746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table-combobox/TableColumnCombobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function TableColumnCombobox({
});
});
}
}, [schema, tableName, databaseDriver]);
}, [tableName, databaseDriver]);

return (
<Popover open={open} onOpenChange={setOpen}>
Expand Down

0 comments on commit 2b4746d

Please sign in to comment.