fixed test connection for electron + better logging

This commit is contained in:
Jan Prochazka
2021-12-30 09:57:24 +01:00
parent 15de3600c3
commit 88469e7366
5 changed files with 37 additions and 28 deletions

View File

@@ -20,7 +20,7 @@
import { extensions } from '../stores';
import _ from 'lodash';
import { getDatabaseFileLabel } from '../utility/getConnectionLabel';
import { apiCall } from '../utility/api';
import { apiCall } from '../utility/api';
export let connection;
@@ -73,7 +73,6 @@ import { apiCall } from '../utility/api';
apiCall('connections/save', connection);
closeCurrentModal();
}
</script>
<FormProviderCore template={FormFieldTemplateLarge} {values}>
@@ -156,5 +155,4 @@ import { apiCall } from '../utility/api';
.error-result {
white-space: normal;
}
</style>