mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-06-01 02:00:44 +08:00
Add option to declare an array
This commit is contained in:
@@ -81,7 +81,7 @@ export default function DiagramContextProvider({ children }) {
|
||||
action: Action.DELETE,
|
||||
element: ObjectType.TABLE,
|
||||
data: { table: tables[id], relationship: rels },
|
||||
message: t("delete_table", { tableName: tables[id] }),
|
||||
message: t("delete_table", { tableName: tables[id].name }),
|
||||
},
|
||||
]);
|
||||
setRedoStack([]);
|
||||
|
||||
Reference in New Issue
Block a user