mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 02:28:40 +00:00
fix(nc-gui): update source create job failed condition
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user