mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 10:43:56 +00:00
Fix label for cannot connect toast
This commit is contained in:
@@ -362,7 +362,7 @@ export default function Canvas() {
|
||||
tables[linkingLine.startTableId].fields[linkingLine.startFieldId].type !==
|
||||
tables[hoveredTable.tableId].fields[hoveredTable.field].type
|
||||
) {
|
||||
Toast.info(t("connot_connect"));
|
||||
Toast.info(t("cannot_connect"));
|
||||
return;
|
||||
}
|
||||
if (
|
||||
|
Reference in New Issue
Block a user