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