update modal cleaner now and see the data and all

This commit is contained in:
Arjun Patel
2022-01-17 17:11:34 -08:00
parent 5c931211b2
commit 37747b6ac0
5 changed files with 38 additions and 9 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ export default function DashboardRoom() {
}
// pass this to the modal for use
setSelectedUpdateRoom(roomsMap[roomId]);
setSelectedUpdateRoom(roomsMap.get(roomId));
// call the keyboard context to show the modal
handleModalType(ShowModalType.createRoom);