mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Fix empty error alerts. We might want to bring back the old order for alerts.show (children after attrs)
This commit is contained in:
committed by
Franz Liedke
parent
a48cc19814
commit
ddc1141106
@@ -404,7 +404,7 @@ export default class Application {
|
||||
console.groupEnd();
|
||||
}
|
||||
|
||||
this.requestErrorAlert = this.alerts.show(error.alert);
|
||||
this.requestErrorAlert = this.alerts.show(error.alert.content, error.alert);
|
||||
}
|
||||
|
||||
return Promise.reject(error);
|
||||
|
Reference in New Issue
Block a user