Update CreateRoom.tsx

This commit is contained in:
Arjun Patel
2022-01-16 15:58:07 -08:00
parent 0b8d3c39ca
commit ed47bf6af1
+1 -1
View File
@@ -4,7 +4,7 @@ export default class CreateRoom {
meetLink?: string;
constructor() {
this.showModal = true;
this.showModal = false;
this.meetLink = "";
}