Skip to content

Commit

Permalink
fix:remove create talk room from attendees tab
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 9, 2025
1 parent a9261e1 commit f9771a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Editor/Invitees/InviteesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
<OrganizerNoEmailError v-else-if="!isReadOnly && isListEmpty && !hasUserEmailAddress && !hideErrors" />

<div v-if="!hideButtons" class="invitees-list-button-group">
<NcButton v-if="isCreateTalkRoomButtonVisible"
class="invitees-list-button-group__button"
:disabled="isCreateTalkRoomButtonDisabled"
@click="createTalkRoom">
{{ $t('calendar', 'Create Talk room for this event') }}
</NcButton>

<NcButton v-if="!isReadOnly"
class="invitees-list-button-group__button"
:disabled="isListEmpty || !isOrganizer"
Expand Down

0 comments on commit f9771a6

Please sign in to comment.