mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 12:37:25 +00:00
fix: some issues
This commit is contained in:
@@ -36,8 +36,6 @@ watch(
|
||||
)
|
||||
|
||||
onMounted(() => {
|
||||
hideSidebar.value = true
|
||||
|
||||
isFromIntegrationPage.value = true
|
||||
|
||||
until(() => currentWorkspace.value?.id)
|
||||
@@ -49,8 +47,6 @@ onMounted(() => {
|
||||
|
||||
onBeforeMount(() => {
|
||||
isFromIntegrationPage.value = false
|
||||
|
||||
hideSidebar.value = false
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user