mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:47:08 +00:00
fix(nc-gui): some ui changes
This commit is contained in:
@@ -11,6 +11,8 @@ const route = router.currentRoute
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const { hideSidebar } = storeToRefs(useSidebarStore())
|
||||
|
||||
const { isUIAllowed } = useRoles()
|
||||
|
||||
const workspaceStore = useWorkspace()
|
||||
@@ -101,6 +103,14 @@ watch(
|
||||
immediate: true,
|
||||
},
|
||||
)
|
||||
|
||||
onMounted(() => {
|
||||
hideSidebar.value = true
|
||||
})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
hideSidebar.value = false
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user