mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
0d07ba1a1e
commit
c677fe87ea
1 changed files with 2 additions and 1 deletions
|
|
@ -14,8 +14,9 @@ export default class ListDetailsModal extends React.Component<any, any> {
|
|||
}
|
||||
|
||||
componentWillReceiveProps(nextProps: any) {
|
||||
this.listId = nextProps.listId;
|
||||
this.setState({ showModal: false });
|
||||
this.setState({ filterListDetails: null });
|
||||
this.listId = nextProps.listId;
|
||||
}
|
||||
|
||||
handleOpenModal() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue