Fix bug preventing importing data into multi-select columns
This commit is contained in:
parent
489628cafd
commit
2bdc244edf
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
{
|
||||
label: "Multi-select",
|
||||
value: FieldType.ARRAY.type,
|
||||
value: FieldType.ARRAY,
|
||||
},
|
||||
{
|
||||
label: "Barcode/QR",
|
||||
|
|
Loading…
Reference in New Issue