1
0
Fork 0
mirror of synced 2024-07-28 09:35:49 +12:00

Allow BB_REFERENCE to google sheets

This commit is contained in:
Adria Navarro 2023-09-28 10:12:45 +02:00
parent 317da512a5
commit 0c4cdde25f

View file

@ -56,6 +56,7 @@ const ALLOWED_TYPES = [
FieldType.OPTIONS, FieldType.OPTIONS,
FieldType.BOOLEAN, FieldType.BOOLEAN,
FieldType.BARCODEQR, FieldType.BARCODEQR,
FieldType.BB_REFERENCE,
] ]
const SCHEMA: Integration = { const SCHEMA: Integration = {