fix(nc-gui): update source create job failed condition

This commit is contained in:
Ramesh Mane
2024-08-16 15:41:40 +00:00
parent f888401a90
commit 503d5783ce
2 changed files with 3 additions and 3 deletions

View File

@@ -666,7 +666,7 @@ watch(
:label="$t('labels.sqliteFile')"
v-bind="validateInfos['dataSource.connection.connection.filename']"
>
<a-input v-model:value="(formState.dataSource.connection as SQLiteConnection).connection.filename" />
<a-input v-model:value="(formState.dataSource.connection as SQLiteConnection).connection.filename" placeholder="Enter absolute file path"/>
</a-form-item>
</a-col>
</a-row>