mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:16:53 +00:00
chore(nc-gui): minor updates
This commit is contained in:
@@ -54,6 +54,10 @@ const _getDefaultConnectionConfig = (client = ClientType.MYSQL) => {
|
||||
if ('database' in config.connection) {
|
||||
config.connection.database = ''
|
||||
}
|
||||
|
||||
if (client === ClientType.SQLITE && config.connection?.connection?.filename) {
|
||||
config.connection.connection.filename = ''
|
||||
}
|
||||
return config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user