PR review

This commit is contained in:
Martin McKeaveney 2020-11-06 18:00:25 +00:00
parent cb25c31d17
commit 127f0e6eb3
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@ async function startApp() {
showDialog: true,
reportButton: error => {
openNewGitHubIssue({
title: error.message,
user: "Budibase",
labels: ["error-report"],
repo: "budibase",
body: `### Error that occurred when using the budibase builder:\n\`\`\`\n${
error.stack