mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 11:56:59 +00:00
fix: SQLite visibility in CE, i18n hardcoded strings, null guard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user