Fix reporter compose block run failed translation notification
This commit is contained in:
@@ -105,7 +105,7 @@ export default {
|
||||
dataframes,
|
||||
}
|
||||
}).catch((e) => {
|
||||
this.toastErrorHandler(this.$t('notification:report.run-failed'))(e)
|
||||
this.toastErrorHandler(this.$t('notification:report.runFailed'))(e)
|
||||
})
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user