Skip to content

Commit

Permalink
fix: fix calendar toggle in vault setting (#7066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuffert committed Dec 26, 2023
1 parent f577667 commit 45c9f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Vault/Settings/Partials/TabVisibility.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ const update = () => {
<ul class="rounded-b rounded-t bg-white dark:bg-gray-900">
<li
class="item-list border-b border-gray-200 p-3 hover:bg-slate-50 dark:border-gray-700 dark:bg-slate-900 hover:dark:bg-slate-800">
<label for="toggle-files" class="relative inline-flex cursor-pointer items-center">
<label for="toggle-calendar" class="relative inline-flex cursor-pointer items-center">
<input
id="toggle-files"
id="toggle-calendar"
v-model="form.show_calendar_tab"
type="checkbox"
class="peer hidden"
Expand Down

0 comments on commit 45c9f18

Please sign in to comment.