mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:26:43 +00:00
fix: update SSO availability check to include on-prem and add Enterprise plan label
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user