mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 15:16:40 +00:00
fix: lint
This commit is contained in:
@@ -112,8 +112,7 @@ const validators = computed(() => {
|
||||
: {
|
||||
'dataSource.connection.database':
|
||||
selectedIntegration.value && getDataSourceValue('database') ? [] : [fieldRequiredValidator()],
|
||||
...([ClientType.PG].includes(formState.value.dataSource.client) &&
|
||||
formState.value.dataSource.searchPath
|
||||
...([ClientType.PG].includes(formState.value.dataSource.client) && formState.value.dataSource.searchPath
|
||||
? {
|
||||
'dataSource.searchPath.0':
|
||||
selectedIntegration.value && getDataSourceValue('schema') ? [] : [fieldRequiredValidator()],
|
||||
|
||||
Reference in New Issue
Block a user