Fix label for cannot connect toast

This commit is contained in:
1ilit 2024-05-31 17:18:03 +03:00
parent 1768c39d43
commit 9c820664dc

View File

@ -362,7 +362,7 @@ export default function Canvas() {
tables[linkingLine.startTableId].fields[linkingLine.startFieldId].type !== tables[linkingLine.startTableId].fields[linkingLine.startFieldId].type !==
tables[hoveredTable.tableId].fields[hoveredTable.field].type tables[hoveredTable.tableId].fields[hoveredTable.field].type
) { ) {
Toast.info(t("connot_connect")); Toast.info(t("cannot_connect"));
return; return;
} }
if ( if (