mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-22 03:16:33 +00:00
backup
This commit is contained in:
@@ -157,7 +157,7 @@ export default function Table(props) {
|
||||
okText="Delete"
|
||||
onConfirm={() => {
|
||||
Toast.success(`Table deleted!`);
|
||||
props.onDelete(props.id);
|
||||
props.handleDelete(props.id);
|
||||
}}
|
||||
onCancel={() => {}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user