Skip to content

Commit

Permalink
Remove rebase leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Apr 10, 2024
1 parent 79db383 commit 40a4d49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/web-pkg/src/composables/sideBar/useSideBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const useSideBar = (options?: SideBarOptions): SideBarResult => {

const sideBarActivePanel = ref(null)
const toggleSideBarToken = eventBus.subscribe(SideBarEventTopics.toggle, () => {
// Set in pinia store?
isSideBarOpen.value = !unref(isSideBarOpen)
})
const closeSideBarToken = eventBus.subscribe(SideBarEventTopics.close, () => {
Expand Down
4 changes: 1 addition & 3 deletions packages/web-runtime/src/layouts/Application.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ export default defineComponent({
MobileNav,
TopBar,
SidebarNav,
UploadInfo,
UploadBar,
LoadingIndicator
UploadBar
},
setup() {
const router = useRouter()
Expand Down

0 comments on commit 40a4d49

Please sign in to comment.