diff --git a/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 b/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 index 66aad96..9e5412b 100644 --- a/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 +++ b/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 @@ -58,6 +58,7 @@ export default Ember.Controller.extend({ save() { const self = this; this.set('loading', true); + this.set('selectedItem.description', ''); return this.get('selectedItem').save().then(function() { const query = self.get('selectedItem'); query.markNotDirty();