mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 00:06:56 +00:00
fix(nc-gui): review changes
This commit is contained in:
@@ -360,7 +360,6 @@ const changeIntegration = (triggerTestConnection = false) => {
|
||||
formState.value.dataSource = {
|
||||
client: selectedIntegration.value.sub_type,
|
||||
connection: {
|
||||
client: selectedIntegration.value.sub_type,
|
||||
database: selectedIntegrationDb.value,
|
||||
},
|
||||
searchPath: selectedIntegration.value.config?.searchPath,
|
||||
@@ -426,7 +425,7 @@ const isIntgrationDisabled = (integration: IntegrationType = {}) => {
|
||||
case ClientType.SQLITE:
|
||||
return {
|
||||
isDisabled: integration?.source_count && integration.source_count > 0,
|
||||
msg: 'Sqlite support only 1 database per integration',
|
||||
msg: 'Sqlite support only 1 database per connection',
|
||||
}
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user