1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

auto columns fix

This commit is contained in:
Martin McKeaveney 2023-02-06 08:36:25 +00:00
parent 52286f89bc
commit 2ebbd319d5

View file

@ -169,7 +169,7 @@
if (saveColumn.type === AUTO_TYPE) {
saveColumn = buildAutoColumn(
$tables.draft.name,
$tables.selected.name,
saveColumn.name,
saveColumn.subtype
)