Fixing issue discovered by Cypress.
This commit is contained in:
parent
3a2a2ee4f8
commit
f53259af6e
|
@ -22,7 +22,7 @@
|
|||
$: valid =
|
||||
!schema ||
|
||||
(fields.every(column => schema[column].success) &&
|
||||
Object.keys(schema).length > 0)
|
||||
(!hasValidated || Object.keys(schema).length > 0))
|
||||
$: dataImport = {
|
||||
valid,
|
||||
schema: buildTableSchema(schema),
|
||||
|
|
Loading…
Reference in New Issue