Merge pull request #1159 from Budibase/fix/ag-grid--undefined-and-boolean
Fix/ag grid undefined and boolean
This commit is contained in:
commit
dec1522966
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue