mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08:00
Better API error handling
This commit is contained in:
@ -23,8 +23,8 @@ export default class Alerts extends Component {
|
||||
var index = this.components.indexOf(component);
|
||||
if (index !== -1) {
|
||||
this.components.splice(index, 1);
|
||||
m.redraw();
|
||||
}
|
||||
m.redraw();
|
||||
}
|
||||
|
||||
clear() {
|
||||
|
Reference in New Issue
Block a user