Skip to content

Commit

Permalink
fix(Settings.vue): Allow closing settings
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 2, 2024
1 parent 0b88a01 commit a1f4ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<template>
<NcAppSettingsDialog :open="settingsOpen"
@update:open="$trigger('update:settingsOpen', $event)"
@update:open="$emit('update:settingsOpen', $event)"
:show-navigation="true"
:name="t('bookmarks', 'Bookmarks settings')"
class="settings">
Expand Down

0 comments on commit a1f4ed2

Please sign in to comment.