auto columns fix

This commit is contained in:
Martin McKeaveney 2023-02-06 08:36:25 +00:00
parent 502103bf5b
commit f207e6f683
1 changed files with 1 additions and 1 deletions

View File

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