diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 0cc9bc28b..a0c7deedd 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -417,7 +417,7 @@ export default { }) .then(({ data: { CreateRoom } }) => { this.fetchRooms({ room: CreateRoom, options: { refetch: true } }) - this.roomId = CreateRoom.id + this.selectedRoom = CreateRoom this.$emit('show-chat', CreateRoom.id) }) .catch((error) => {