Skip to content

Commit

Permalink
Attempt to improve the new control description
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Felix committed May 28, 2017
1 parent 616524b commit 4505ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superset/assets/backendSync.json
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@
"Text Input"
]
],
"description": "How to enter de filter input?"
"description": "The input type to specify the filter option"
},
"show_datatable": {
"type": "CheckboxControl",
Expand Down
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ export const controls = {
['select', 'Select'],
['text_input', 'Text Input'],
],
description: 'How to enter de filter input?',
description: 'The input type to specify the filter option',
},

show_datatable: {
Expand Down

0 comments on commit 4505ed8

Please sign in to comment.