fix: lint

This commit is contained in:
DarkPhoenix2704
2025-06-10 10:33:08 +00:00
parent e305992431
commit 6481290728
9 changed files with 3 additions and 19 deletions

View File

@@ -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']"
>