1
0
Fork 0
mirror of synced 2024-08-08 06:37:55 +12:00

Specify column types instead of using spread

This commit is contained in:
Adria Navarro 2023-10-04 13:50:15 +02:00
parent deeb8ee254
commit e77cc3dac8

View file

@ -381,7 +381,20 @@
if (!external) {
return [
...Object.values(fieldDefinitions),
FIELDS.STRING,
FIELDS.BARCODEQR,
FIELDS.LONGFORM,
FIELDS.OPTIONS,
FIELDS.ARRAY,
FIELDS.NUMBER,
FIELDS.BIGINT,
FIELDS.BOOLEAN,
FIELDS.DATETIME,
FIELDS.ATTACHMENT,
FIELDS.LINK,
FIELDS.FORMULA,
FIELDS.JSON,
FIELDS.BB_REFERENCE_USER,
{ name: "Auto Column", type: AUTO_TYPE },
]
} else {