fix: close CompletionModal when unmounted (#36991)
This commit is contained in:
committed by
mrugesh
parent
fec32bbbac
commit
3c006d1823
@ -97,6 +97,7 @@ export class CompletionModal extends Component {
|
|||||||
if (this.state.downloadURL) {
|
if (this.state.downloadURL) {
|
||||||
URL.revokeObjectURL(this.state.downloadURL);
|
URL.revokeObjectURL(this.state.downloadURL);
|
||||||
}
|
}
|
||||||
|
this.props.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Reference in New Issue
Block a user