temporarily disabled room creation api call

This commit is contained in:
mushka 2022-07-22 18:13:11 +03:00
parent 003dc33ba8
commit f24f2c6bee

View File

@ -43,7 +43,7 @@ const CreateRoomDialog = ({
const onCreateRoom = () => {
//createRoom(roomParams);
createRoom({ roomType: 4, title: "someTitle" });
console.log(roomParams);
};
const isChooseRoomType = roomParams.type === undefined;