Improve messaging
This commit is contained in:
parent
d6b00efa90
commit
3951788f7e
|
@ -54,7 +54,7 @@
|
|||
try {
|
||||
const resp = await API.validateDatasource(datasource)
|
||||
if (!resp.connected) {
|
||||
displayError(resp.error)
|
||||
displayError(`Error connecting to the datasource: ` + resp.error)
|
||||
}
|
||||
connected = resp.connected
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in New Issue