fix: update SSO availability check to include on-prem and add Enterprise plan label

This commit is contained in:
Ramesh Mane
2026-04-10 10:46:47 +00:00
parent 983b155623
commit 275ab91eff
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ const hasTeamsEditPermission = computed(() => {
})
const isWorkspaceSsoAvail = computed(() => {
return isEeUI && !!appInfo.value?.isCloud && !!getFeature(PlanFeatureTypes.FEATURE_SSO)
return isEeUI && (appInfo.value?.isCloud || appInfo.value?.isOnPrem) && getFeature(PlanFeatureTypes.FEATURE_SSO)
})
// Tab definitions