Skip to content

Commit d0efe1b

Browse files
st3inybackportbot[bot]
authored andcommitted
fix(editor): full page editor not showing via direct route
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 4841075 commit d0efe1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/EditFull.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
-->
55

66
<template>
7-
<NcModal v-model="showFullModal"
7+
<NcModal v-if="calendarObjectInstance"
8+
v-model="showFullModal"
89
size="full"
910
label-id="edit-full-modal"
1011
:name="t('calendar', 'Edit event')"

0 commit comments

Comments
 (0)