Skip to content

Commit ae5cdce

Browse files
abhinavohribackportbot[bot]
authored andcommitted
refactor(EditFull): remove visibility condition from details header
Signed-off-by: Abhinav Ohri <[email protected]>
1 parent bd0a9ba commit ae5cdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/EditFull.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
@update-end-time="updateEndTime"
102102
@update-end-timezone="updateEndTimezone" />
103103

104-
<div v-if="!isReadOnly" class="app-full__header__details">
104+
<div class="app-full__header__details">
105105
<div class="app-full__header__details-time">
106106
<NcCheckboxRadioSwitch v-if="!isReadOnly && !isViewedByAttendee"
107107
:checked="isAllDay"

0 commit comments

Comments
 (0)