mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
[Bugfix] Issues with table filtering (#4073)
* Fixing some issues with table filtering * Added some comments
This commit is contained in:
committed by
Maxime Beauchemin
parent
af7cdeba4d
commit
1e79e9cd2a
@@ -106,8 +106,8 @@ class Chart extends React.PureComponent {
|
||||
this.props.clearFilter();
|
||||
}
|
||||
|
||||
removeFilter(col, vals) {
|
||||
this.props.removeFilter(col, vals);
|
||||
removeFilter(col, vals, refresh = true) {
|
||||
this.props.removeFilter(col, vals, refresh);
|
||||
}
|
||||
|
||||
clearError() {
|
||||
|
||||
Reference in New Issue
Block a user