mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
place optional parameters of functions at the end(#104)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user