mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:36:49 +00:00
fix(nc-gui): some ui changes
This commit is contained in:
@@ -3,6 +3,8 @@ import { useTitle } from '@vueuse/core'
|
||||
|
||||
const { isUIAllowed } = useRoles()
|
||||
|
||||
const { hideSidebar } = storeToRefs(useSidebarStore())
|
||||
|
||||
const workspaceStore = useWorkspace()
|
||||
|
||||
const { loadRoles } = useRoles()
|
||||
@@ -31,6 +33,7 @@ watch(
|
||||
)
|
||||
|
||||
onMounted(() => {
|
||||
hideSidebar.value = true
|
||||
isFromIntegrationPage.value = true
|
||||
|
||||
until(() => currentWorkspace.value?.id)
|
||||
@@ -42,6 +45,7 @@ onMounted(() => {
|
||||
|
||||
onBeforeMount(() => {
|
||||
isFromIntegrationPage.value = false
|
||||
hideSidebar.value = false
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user