Skip to content

Commit

Permalink
fixup! fix: set correct default for transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 22, 2024
1 parent f5170c6 commit 36ee0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppNavigation/EditCalendarModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
@input="calendarNameChanged = true">
</div>
<template v-if="canBeShared">
<NcCheckboxRadioSwitch :checked.sync="isTransparent">
{{ $t('calendar', 'All events in this calendar show you as busy by default') }}
<NcCheckboxRadioSwitch :checked.sync="!isTransparent">

Check failure on line 28 in src/components/AppNavigation/EditCalendarModal.vue

View workflow job for this annotation

GitHub Actions / NPM lint

'.sync' modifiers require the attribute value which is valid as LHS
{{ $t('calendar', 'Never show me as busy (set this calendar to transparent)') }}
</NcCheckboxRadioSwitch>
</template>
<template v-if="canBeShared">
Expand Down

0 comments on commit 36ee0d5

Please sign in to comment.