Fixed props.
Co-authored-by: Marks Polakovs <github@markspolakovs.me>
This commit is contained in:
parent
6a503bbf59
commit
9ede742a23
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export function ImporterModal(props: ImporterProps) {
|
|||
return () => {
|
||||
window.removeEventListener("message", reloadListener);
|
||||
};
|
||||
}, [props]);
|
||||
});
|
||||
return (
|
||||
<Modal isOpen={props.isOpen} onRequestClose={props.close}>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue