mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
fix: various
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
const { base } = storeToRefs(useBase())
|
||||
const { base, isManagedAppMaster } = storeToRefs(useBase())
|
||||
const { $api } = useNuxtApp()
|
||||
|
||||
const isModalVisible = ref(false)
|
||||
@@ -8,8 +8,6 @@ const initialTab = ref<'publish' | 'fork' | 'deployments' | undefined>(undefined
|
||||
const managedApp = ref<any>(null)
|
||||
const currentVersion = ref<any>(null)
|
||||
|
||||
const isManagedAppMaster = computed(() => !!(base.value as any)?.managed_app_master && !!(base.value as any)?.managed_app_id)
|
||||
|
||||
// Load managed app info and current version
|
||||
const loadManagedApp = async () => {
|
||||
if (!(base.value as any)?.managed_app_id || !base.value?.fk_workspace_id) return
|
||||
|
||||
Reference in New Issue
Block a user