2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

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() {