diff --git a/src/components/editors/EventEditorNotifications.vue b/src/components/editors/EventEditorNotifications.vue
index 80e4d7c..6216646 100644
--- a/src/components/editors/EventEditorNotifications.vue
+++ b/src/components/editors/EventEditorNotifications.vue
@@ -56,11 +56,12 @@ const formatNotification = (notification: any) => {
Notifications
- mdi-plus
- Add
diff --git a/src/components/editors/EventEditorOccurrence.vue b/src/components/editors/EventEditorOccurrence.vue
index 7e6edfe..3c29052 100644
--- a/src/components/editors/EventEditorOccurrence.vue
+++ b/src/components/editors/EventEditorOccurrence.vue
@@ -221,13 +221,13 @@ const formatRecurrence = (pattern: RecurrencePattern) => {
Recurrence
-
- Add
-
+ />
interface Props {
mode: 'edit' | 'view'
- organizer: any | null
participants: Record
}
const props = defineProps()
const emit = defineEmits<{
- 'update:organizer': [organizer: any | null]
'add-participant': []
'remove-participant': [key: string]
}>()
@@ -39,61 +37,26 @@ const typeOptions = [
]
const hasParticipants = () => {
- return props.organizer || Object.keys(props.participants || {}).length > 0
+ return Object.keys(props.participants || {}).length > 0
}
-
Participants
-
-
-
-
Organizer
-
-
-
-
{{ organizer.name || organizer.address }}
-
{{ organizer.address }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
Attendees
-
- mdi-plus
- Add
-
-
-