modal working way better now

This commit is contained in:
Arjun Patel
2022-01-16 21:06:20 -08:00
parent d357e16ac5
commit 2ada680e3e
3 changed files with 49 additions and 28 deletions
-11
View File
@@ -1,11 +0,0 @@
export default class CreateRoom {
showModal: boolean;
meetLink?: string;
constructor() {
this.showModal = false;
this.meetLink = "";
}
}