updating taking me and all others out of the room

This commit is contained in:
Arjun Patel
2022-01-18 00:27:56 -08:00
parent 5208306c07
commit b304150e51
+1
View File
@@ -89,6 +89,7 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
if (props.updateRoom) {
newRoom.id = props.updateRoom.id;
newRoom.membersInRoom = props.updateRoom.membersInRoom;
}
await roomService.createOrUpdateRoom(newRoom);