Skip to content

Commit

Permalink
Merge pull request #4003 from nextcloud/fix/noid/sidebar-docs-ncselect
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler authored Apr 24, 2023
2 parents 5772278 + 32d14b2 commit ac7bf6b
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 @@ -198,7 +198,7 @@ export default {
```vue
<template>
<div>
<NcMultiselect v-model="active" :options="['search-tab', 'settings-tab', 'share-tab']" />
<NcSelect v-model="active" :options="['search-tab', 'settings-tab', 'share-tab']" />
<NcAppSidebar
title="cat-picture.jpg"
subtitle="last edited 3 weeks ago"
Expand Down

0 comments on commit ac7bf6b

Please sign in to comment.