modal is now closing
This commit is contained in:
parent
6c5f524aeb
commit
56bb2b892b
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ class SceneModal extends Component {
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
})
|
})
|
||||||
.catch((err) => console.error('error in creating room', err));
|
.catch((err) => console.error('error in creating room', err));
|
||||||
|
this.closeModal();
|
||||||
};
|
};
|
||||||
|
|
||||||
modifySceneModal = (e) => {
|
modifySceneModal = (e) => {
|
||||||
|
|
Loading…
Reference in a new issue