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: {
|
||||
name: "True/False",
|
||||
name: "Boolean",
|
||||
icon: "ri-toggle-line",
|
||||
type: "boolean",
|
||||
constraints: {
|
||||
|
|
Loading…
Reference in New Issue