Merge pull request #5311 from Budibase/fix/query-errors

adding more descriptive error messages to query UI
This commit is contained in:
Martin McKeaveney 2022-04-08 10:26:33 +01:00 committed by GitHub
commit 37c60813cb
1 changed files with 1 additions and 1 deletions

View File

@ -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}`)
}
}