Fix label for cannot connect toast
This commit is contained in:
parent
1768c39d43
commit
9c820664dc
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user