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 dec1522966
1 changed files with 1 additions and 1 deletions

View File

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