Skip to content

Commit

Permalink
fix: add missing to
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 5, 2024
1 parent 21f56f9 commit 0da0bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stories/components/AppSidebarSection.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ export default {
template: `
<div :style="style">
<app-sidebar-section v-bind="args" :to="{ name: 'home' }">
<app-sidebar-section-entry icon="dots-nine" :action-to="{ name: 'home' }" action-title="Add project">
<app-sidebar-section-entry icon="dots-nine" :to="{ name: 'home' }" :action-to="{ name: 'home' }" action-title="Add project">
All projects
</app-sidebar-section-entry>
<app-sidebar-section-entry :active="args.active" icon="push-pin">
<app-sidebar-section-entry :to="{ name: 'home' }" :active="args.active" icon="push-pin">
Banana Papers
</app-sidebar-section-entry>
<app-sidebar-section-entry icon="push-pin">
<app-sidebar-section-entry :to="{ name: 'home' }" icon="push-pin">
Citrus Confidential
</app-sidebar-section-entry>
</app-sidebar-section>
Expand Down

0 comments on commit 0da0bef

Please sign in to comment.