Fix bug preventing importing data into multi-select columns

This commit is contained in:
Andrew Kingston 2025-03-27 14:39:30 +00:00
parent 489628cafd
commit 2bdc244edf
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
},
{
label: "Multi-select",
value: FieldType.ARRAY.type,
value: FieldType.ARRAY,
},
{
label: "Barcode/QR",