1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Fixing issue discovered by Cypress.

This commit is contained in:
mike12345567 2021-11-25 17:56:50 +00:00
parent 3a2a2ee4f8
commit f53259af6e

View file

@ -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),