Browse Source

chore: package-lock

pull/7653/head
Pranav C 9 months ago
parent
commit
f54d2d490c
  1. 2
      packages/nc-gui/composables/useGlobal/actions.ts

2
packages/nc-gui/composables/useGlobal/actions.ts

@ -142,7 +142,7 @@ export function useGlobalActions(state: State): Actions {
}
const getBaseUrl = (workspaceId: string) => {
// if baseUrl is set in appInfo, use it (which is part of license data in on-prem version and included in appInfo API)
// if baseUrl is set in appInfo, use it
if (state.appInfo.value.baseUrl) {
return state.appInfo.value.baseUrl
}

Loading…
Cancel
Save