Browse Source
Merge pull request #1159 from Budibase/fix/ag-grid--undefined-and-boolean
Fix/ag grid undefined and boolean
pull/1163/head
Kevin Åberg Kultalahti
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/builder/src/constants/backend/index.js
|
|
@ -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: { |
|
|
|