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