Add boolean with toggle in csv import (#6050)
Better UI when importing boolean via CSV (with a toggle)
This commit is contained in:
@ -147,6 +147,8 @@ export const ValidationStep = <T extends string>({
|
||||
importColumn.value === column.key) ||
|
||||
(importColumn.type === ColumnType.matchedSelectOptions &&
|
||||
importColumn.value === column.key) ||
|
||||
(importColumn.type === ColumnType.matchedCheckbox &&
|
||||
importColumn.value === column.key) ||
|
||||
column.key === 'select-row',
|
||||
).length > 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user