We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a1693 + 7953d6a commit 7e355d8Copy full SHA for 7e355d8
src/components/Editor/Invitees/InviteesList.vue
@@ -4,7 +4,7 @@
4
-->
5
6
<template>
7
- <div v-if="!hideIfEmpty || !isListEmpty" class="invitees-list">
+ <div class="invitees-list">
8
<div v-if="showHeader" class="invitees-list__header">
9
<AccountMultipleIcon :size="20" />
10
<b>{{ t('calendar', 'Attendees') }}</b>
@@ -122,10 +122,6 @@ export default {
122
type: Boolean,
123
required: true,
124
},
125
- hideIfEmpty: {
126
- type: Boolean,
127
- default: false,
128
- },
129
hideButtons: {
130
131
default: false,
src/views/EditSimple.vue
@@ -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"
0 commit comments