From b8396ef4e416319b304b9226f431570e58a429ff Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 8 Jan 2025 20:00:20 +0100 Subject: [PATCH] fixup! feat:select existing talk roomfor convesations Signed-off-by: greta --- src/views/EditSidebar.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/EditSidebar.vue b/src/views/EditSidebar.vue index 000c4580e..2f99a3521 100644 --- a/src/views/EditSidebar.vue +++ b/src/views/EditSidebar.vue @@ -91,7 +91,8 @@ @update-description="updateDescription" />
- @@ -398,6 +399,7 @@ export default { showResources: 'showResources', }), ...mapState(useCalendarObjectInstanceStore, ['calendarObjectInstance']), + ...mapState(useSettingsStore, ['talkEnabled']), accessClass() { return this.calendarObjectInstance?.accessClass || null },