Since the refactoring in f822a933fa
, the text of theme-related errors has been missing in the UI.
This commit is contained in:
parent
73ee3c1499
commit
29805c31b8
|
@ -52,7 +52,7 @@ export default {
|
|||
reportToLogster(source.name, error);
|
||||
|
||||
const message = I18n.t("themes.broken_theme_alert");
|
||||
this.displayErrorNotice(this.currentUser, message, source);
|
||||
this.displayErrorNotice(message, source);
|
||||
},
|
||||
|
||||
reportGenericError(e) {
|
||||
|
|
Loading…
Reference in New Issue