mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
feat(airtable-migration): add next step disabler
This commit is contained in:
@@ -247,6 +247,7 @@ export default function ImportCsvWizard({ onClose }: ITableModalProps) {
|
||||
),
|
||||
disableNext:
|
||||
config.pairs.length === 0 ||
|
||||
!validRows ||
|
||||
(config.documentId === "column" && !config.documentIdCsvKey),
|
||||
},
|
||||
config.newColumns.length > 0 && {
|
||||
|
||||
Reference in New Issue
Block a user