adding more descriptive error messages to query UI
This commit is contained in:
parent
d0773466d3
commit
b2b1e76e30
|
@ -72,7 +72,7 @@
|
||||||
fields = response.schema
|
fields = response.schema
|
||||||
notifications.success("Query executed successfully")
|
notifications.success("Query executed successfully")
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
notifications.error("Error previewing query")
|
notifications.error(`Query Error: ${error.message}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue