Skip to content
Snippets Groups Projects
Unverified Commit 866c49da authored by Marius Friess's avatar Marius Friess Committed by GitHub
Browse files

Keep channelId when updating a room (#68)

parent 88a3fe25
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ export const useStore = defineStore('store', () => {
return null;
}
updatedRoom.channelId = category.rooms[index].channelId;
category.rooms[index] = updatedRoom;
return updatedRoom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment