mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 21:21:19 +10:00
Also pass urlParam form handleClear
This commit is contained in:
parent
059aa69a6d
commit
5345eec872
1 changed files with 2 additions and 1 deletions
|
|
@ -34,8 +34,9 @@ class SelectMultipleFilter extends Component {
|
|||
}
|
||||
|
||||
handleClear() {
|
||||
const { onSelect, urlParam } = this.props;
|
||||
this.setState({ isOpen: false });
|
||||
this.props.onSelect(null);
|
||||
onSelect(urlParam, null);
|
||||
}
|
||||
|
||||
handleCancel() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue