Skip to content

Commit

Permalink
resume supression of Mermaid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Oct 12, 2023
1 parent 60289f1 commit 06a6bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/widgets/ui-markdown/UIMarkdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
// let Vue render the dynamic markdown first, then re-render the chart
mermaid.run({
querySelector: '.mermaid',
suppressErrors: false
suppressErrors: true
})
})
}
Expand Down

0 comments on commit 06a6bb3

Please sign in to comment.