Skip to content

Commit c37d8de

Browse files
committed
Remove workaround for fixed bug
1 parent 6532fde commit c37d8de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/cylc/analysis/BoxPlot.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,6 @@ export default {
210210
}
211211
},
212212
213-
errorCaptured (err, instance, info) {
214-
if (err.name === 'TypeError' && instance.type === 'boxPlot') {
215-
// Suppress bogus error https://github.com/apexcharts/vue3-apexcharts/issues/79
216-
// Note: err.message can vary between browsers. Unfortunately we cannot
217-
// be more specific than this in capturing the right error
218-
console.warn(err)
219-
return false
220-
}
221-
},
222-
223213
computed: {
224214
series () {
225215
const sortedTasks = [...this.tasks].sort(this.compare)

0 commit comments

Comments
 (0)