Update CreateRoom.tsx
This commit is contained in:
@@ -4,7 +4,7 @@ export default class CreateRoom {
|
||||
meetLink?: string;
|
||||
|
||||
constructor() {
|
||||
this.showModal = true;
|
||||
this.showModal = false;
|
||||
|
||||
this.meetLink = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user