mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Add model validation back in
This commit is contained in:
@@ -12,6 +12,7 @@ export default Ember.Mixin.create({
|
||||
|
||||
saveAndDismissComposer: function(model) {
|
||||
var composer = this.get('composer');
|
||||
var controller = this;
|
||||
composer.set('content.loading', true);
|
||||
this.get('alerts').send('clearAlerts');
|
||||
|
||||
|
Reference in New Issue
Block a user