Refresh search list after modification

This commit is contained in:
haecheonlee
2024-04-16 02:52:21 -04:00
parent 38534551fc
commit 7f9b760b58
2 changed files with 8 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ export default function TablesTab() {
<>
<Row gutter={6}>
<Col span={16}>
<SearchBar />
<SearchBar tables={tables} />
</Col>
<Col span={8}>
<Button icon={<IconPlus />} block onClick={() => addTable(true)}>