This commit is contained in:
SPRINX0\prochazka
2025-04-03 15:22:07 +02:00
parent a3ee60a464
commit e60cee6a73

View File

@@ -300,7 +300,10 @@
initialValue: $values[`columns_${row}`], initialValue: $values[`columns_${row}`],
sourceTableInfo: $sourceDbinfo?.tables?.find(x => x.pureName?.toLowerCase() == row?.toLowerCase()), sourceTableInfo: $sourceDbinfo?.tables?.find(x => x.pureName?.toLowerCase() == row?.toLowerCase()),
targetTableInfo: $targetDbinfo?.tables?.find(x => x.pureName?.toLowerCase() == targetNameLower), targetTableInfo: $targetDbinfo?.tables?.find(x => x.pureName?.toLowerCase() == targetNameLower),
onConfirm: value => setFieldValue(`columns_${row}`, value), onConfirm: value => {
setFieldValue(`columns_${row}`, value);
targetEditKey += 1;
},
}); });
}} }}
>{columnCount > 0 ? `(${columnCount} columns)` : '(copy from source)'} >{columnCount > 0 ? `(${columnCount} columns)` : '(copy from source)'}