FIX: This class is no longer required and leaves the state as `hidden`

This commit is contained in:
Robin Ward 2017-11-15 17:35:06 -05:00
parent f52111f787
commit c2e70a8cc9
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ export default Ember.Controller.extend(ModalFunctionality, {
showChangeCategory() {
this.send('changeBulkTemplate', 'modal/bulk-change-category');
this.set('modal.modalClass', 'topic-bulk-actions-modal full');
},
showNotificationLevel() {