Skip to content

Commit

Permalink
Update src/components/NcAppSidebar/NcAppSidebar.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and ShGKme committed May 17, 2024
1 parent 91bb18a commit 9c65000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppSidebar/NcAppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export default {
@click="$emit('update:open', true)">
<template #icon>
<!-- @slot Custom icon for the toggle button, defaults to the dock-right icon from MDI -->
<slot name="icon">
<slot name="toggle-icon">
<IconDockRight :size="20" />
</slot>
</template>
Expand Down

0 comments on commit 9c65000

Please sign in to comment.