fix displayColumn logic

This commit is contained in:
Martin McKeaveney 2023-02-11 01:14:58 +00:00
parent cd8e007da8
commit 321a869da7
1 changed files with 1 additions and 2 deletions

View File

@ -107,8 +107,7 @@
onConfirm={saveTable} onConfirm={saveTable}
disabled={error || disabled={error ||
!name || !name ||
(rows.length && !allValid) || (rows.length && (!allValid || displayColumn == null))}
displayColumn == null}
> >
<Input <Input
thin thin