mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[filter_box] option to delay filtering with apply button (#2338)
* [filter_box] delayed filtering with apply button * Remove lingering console.log statement
This commit is contained in:
committed by
GitHub
parent
b4a96bd840
commit
af3415b040
@@ -101,10 +101,9 @@ class ChartContainer extends React.PureComponent {
|
||||
|
||||
height: getHeight,
|
||||
|
||||
setFilter: () => {
|
||||
// set filter according to data in store
|
||||
// used in FilterBox.onChange()
|
||||
},
|
||||
setFilter: () => {},
|
||||
|
||||
addFilter: () => {},
|
||||
|
||||
getFilters: () => (
|
||||
// return filter objects from viz.formData
|
||||
|
||||
Reference in New Issue
Block a user