fix: some issues

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:37 +00:00
parent 1a2485eb39
commit a84c8afbaf
8 changed files with 243 additions and 35 deletions

View File

@@ -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>