Skip to content

Commit

Permalink
fix: sidebar-collapse not working on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
laporchen committed Aug 5, 2023
1 parent 4828d34 commit 8a25b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const session = useSession();
</li>
<li v-if="isDesktop">
<label class="swap swap-rotate">
<input v-model="isMini" type="checkbox" />
<input v-model="isMiniStorage" type="checkbox" />
<i-uil-angle-double-right class="swap-on h-6 w-6" />
<i-uil-angle-double-left class="swap-off h-6 w-6" />
</label>
Expand Down

0 comments on commit 8a25b1e

Please sign in to comment.