mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:16:46 +00:00
chore: cleanup mssql and sync dependencies
This commit is contained in:
@@ -155,7 +155,6 @@ const validators = computed(() => {
|
||||
}
|
||||
break
|
||||
case ClientType.PG:
|
||||
case ClientType.MSSQL:
|
||||
clientValidations['dataSource.searchPath.0'] = [fieldRequiredValidator()]
|
||||
break
|
||||
}
|
||||
@@ -942,7 +941,7 @@ watch(
|
||||
<!-- Schema name -->
|
||||
<a-form-item
|
||||
v-if="
|
||||
[ClientType.MSSQL, ClientType.PG].includes(formState.dataSource.client) &&
|
||||
[ClientType.PG].includes(formState.dataSource.client) &&
|
||||
formState.dataSource.searchPath
|
||||
"
|
||||
:label="$t('labels.schemaName')"
|
||||
|
||||
Reference in New Issue
Block a user