Skip to content

Commit

Permalink
fixup! feat:select existing talk roomfor convesations
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 8, 2025
1 parent 35d624d commit b8396ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/EditSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
@update-description="updateDescription" />
<div class="button-container">
<IconVideo :size="20" class="icon-left" />
<NcButton type="tertiary"
<NcButton v-if="isCreateTalkRoomButtonVisible"
type="tertiary"
class="add-talk-button"
:disabled="isCreateTalkRoomButtonDisabled"
@click="openModal">
Expand Down Expand Up @@ -398,6 +399,7 @@ export default {
showResources: 'showResources',
}),
...mapState(useCalendarObjectInstanceStore, ['calendarObjectInstance']),
...mapState(useSettingsStore, ['talkEnabled']),
accessClass() {
return this.calendarObjectInstance?.accessClass || null
},
Expand Down

0 comments on commit b8396ef

Please sign in to comment.