place optional parameters of functions at the end(#104)

This commit is contained in:
liao文禧
2024-05-14 11:22:13 +08:00
parent 9de091c990
commit a33b68bfd0
14 changed files with 32 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ export default function TablesTab() {
<SearchBar tables={tables} />
</Col>
<Col span={8}>
<Button icon={<IconPlus />} block onClick={() => addTable(true)}>
<Button icon={<IconPlus />} block onClick={() => addTable()}>
Add table
</Button>
</Col>