Skip to content

Commit

Permalink
feat(editor): allow adding attendees in simple editor
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Dec 30, 2024
1 parent 09a1693 commit 7953d6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/components/Editor/Invitees/InviteesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<template>
<div v-if="!hideIfEmpty || !isListEmpty" class="invitees-list">
<div class="invitees-list">
<div v-if="showHeader" class="invitees-list__header">
<AccountMultipleIcon :size="20" />
<b>{{ t('calendar', 'Attendees') }}</b>
Expand Down Expand Up @@ -122,10 +122,6 @@ export default {
type: Boolean,
required: true,
},
hideIfEmpty: {
type: Boolean,
default: false,
},
hideButtons: {
type: Boolean,
default: false,
Expand Down
1 change: 0 additions & 1 deletion src/views/EditSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
@update:value="updateDescription" />

<InviteesList class="event-popover__invitees"
:hide-if-empty="true"
:hide-buttons="true"
:hide-errors="true"
:show-header="true"
Expand Down

0 comments on commit 7953d6a

Please sign in to comment.