1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Merge pull request #1159 from Budibase/fix/ag-grid--undefined-and-boolean

Fix/ag grid  undefined and boolean
This commit is contained in:
Kevin Åberg Kultalahti 2021-02-23 10:55:48 +01:00 committed by GitHub
commit 1ac43cd252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ export const FIELDS = {
}, },
}, },
BOOLEAN: { BOOLEAN: {
name: "True/False", name: "Boolean",
icon: "ri-toggle-line", icon: "ri-toggle-line",
type: "boolean", type: "boolean",
constraints: { constraints: {