mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 15:27:00 +00:00
fix(nc-gui): lint errors (#7857)
This commit is contained in:
@@ -223,8 +223,8 @@ const editBase = async () => {
|
||||
const config = { ...formState.value.dataSource, connection }
|
||||
|
||||
// todo: refactor and remove this duplicate path in config
|
||||
if(config.client === ClientType.SQLITE && config.connection?.connection?.filename) {
|
||||
config.connection.filename = config.connection.connection.filename;
|
||||
if (config.client === ClientType.SQLITE && config.connection?.connection?.filename) {
|
||||
config.connection.filename = config.connection.connection.filename
|
||||
}
|
||||
|
||||
await api.source.update(base.value?.id, props.sourceId, {
|
||||
|
||||
Reference in New Issue
Block a user