fix NewRoom popup

master
adb 3 years ago
parent eb259bbdae
commit 9b2b5b8bb9

@ -120,10 +120,10 @@ export default {
});
},
setShowCreateRoom(props, callback=()=>{}){
this.createRoom = {
this.showCreateRoom = {
props,
callback:(res)=>{
this.createRoom = {};
this.showCreateRoom = {};
if (res) callback(res);
}
}

Loading…
Cancel
Save