fix: misc issues

This commit is contained in:
Jannat Patel
2024-11-15 20:36:15 +05:30
parent 629c237349
commit 6a70ed18d8
4 changed files with 5 additions and 20 deletions

View File

@@ -219,7 +219,6 @@ watch(userResource, () => {
})
const toggleSidebar = () => {
console.log(sidebarStore.isSidebarCollapsed)
sidebarStore.isSidebarCollapsed = !sidebarStore.isSidebarCollapsed
}
</script>