mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:56:57 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -666,7 +666,10 @@ watch(
|
||||
:label="$t('labels.sqliteFile')"
|
||||
v-bind="validateInfos['dataSource.connection.connection.filename']"
|
||||
>
|
||||
<a-input v-model:value="(formState.dataSource.connection as SQLiteConnection).connection.filename" placeholder="Enter absolute file path"/>
|
||||
<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