fix NewRoom popup
This commit is contained in:
parent
eb259bbdae
commit
9b2b5b8bb9
@ -120,10 +120,10 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
setShowCreateRoom(props, callback=()=>{}){
|
setShowCreateRoom(props, callback=()=>{}){
|
||||||
this.createRoom = {
|
this.showCreateRoom = {
|
||||||
props,
|
props,
|
||||||
callback:(res)=>{
|
callback:(res)=>{
|
||||||
this.createRoom = {};
|
this.showCreateRoom = {};
|
||||||
if (res) callback(res);
|
if (res) callback(res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user