diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 5ec26dba75..c2c12b978a 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -80,6 +80,7 @@ const resourceGroupOpt = ref(null) const outerParamsSetRef = ref(null) const { wsCache } = useCache('localStorage') const userStore = useUserStoreWithOut() +const isIframe = computed(() => appStore.getIsIframe) const props = defineProps({ createType: { @@ -638,7 +639,7 @@ const initOpenHandler = newWindow => {