mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 01:36:51 +00:00
fix: lint
This commit is contained in:
@@ -940,10 +940,7 @@ watch(
|
||||
<a-col :span="12">
|
||||
<!-- Schema name -->
|
||||
<a-form-item
|
||||
v-if="
|
||||
[ClientType.PG].includes(formState.dataSource.client) &&
|
||||
formState.dataSource.searchPath
|
||||
"
|
||||
v-if="[ClientType.PG].includes(formState.dataSource.client) && formState.dataSource.searchPath"
|
||||
:label="$t('labels.schemaName')"
|
||||
v-bind="validateInfos['dataSource.searchPath.0']"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user