fix: SQLite visibility in CE, i18n hardcoded strings, null guard

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:41 +00:00
parent 2890668eba
commit cb19688ae6
5 changed files with 13 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ const isIntegrationAllowed = (i: (typeof allIntegrations)[number], category: (ty
if (i.sub_type === SyncDataType.NOCODB) return false
if (props.mode === 'base') {
return !i.isOssOnly
return isEeUI ? !i.isOssOnly : true
}
// Workspace level: same as IntegrationsTab's isIntegrationVisible