Skip to content

Commit

Permalink
fixup! feat(editors): redesign editors
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Jan 22, 2024
1 parent 77e8265 commit 399fa98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/EditCalendarModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<div class="edit-calendar-modal__sharing">
<SharingSearch :calendar="calendar" />
<PublishCalendar :calendar="calendar" v-if="canBePublished" />
<PublishCalendar v-if="canBePublished" :calendar="calendar" />
<InternalLink :calendar="calendar" />
<ShareItem v-for="sharee in calendar.shares"
:key="sharee.uri"
Expand Down
1 change: 0 additions & 1 deletion src/views/EditSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ import { generateUrl } from '@nextcloud/router'
import AlarmList from '../components/Editor/Alarm/AlarmList.vue'

import InviteesList from '../components/Editor/Invitees/InviteesList.vue'
import PropertyCalendarPicker from '../components/Editor/Properties/PropertyCalendarPicker.vue'
import PropertySelect from '../components/Editor/Properties/PropertySelect.vue'
import PropertyText from '../components/Editor/Properties/PropertyText.vue'
import PropertyTitleTimePicker from '../components/Editor/Properties/PropertyTitleTimePicker.vue'
Expand Down

0 comments on commit 399fa98

Please sign in to comment.