Skip to content

Commit

Permalink
[Mappings editor] Fix cannot set boolean value for "null_value" param (
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga authored Jan 17, 2020
1 parent c40f08e commit 14292a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ export const PARAMETERS_DEFINITION = {
type: FIELD_TYPES.TEXT,
label: nullValueLabel,
},
schema: t.string,
},
null_value_ip: {
fieldConfig: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ describe('Properties validator', () => {
coerce: 1234,
coerce_shape: '',
ignore_malformed: 0,
null_value: {},
null_value_numeric: 'abc',
null_value_boolean: [],
copy_to: [],
Expand Down

0 comments on commit 14292a1

Please sign in to comment.