FIX: This class is no longer required and leaves the state as `hidden`
This commit is contained in:
parent
f52111f787
commit
c2e70a8cc9
|
@ -115,7 +115,6 @@ export default Ember.Controller.extend(ModalFunctionality, {
|
||||||
|
|
||||||
showChangeCategory() {
|
showChangeCategory() {
|
||||||
this.send('changeBulkTemplate', 'modal/bulk-change-category');
|
this.send('changeBulkTemplate', 'modal/bulk-change-category');
|
||||||
this.set('modal.modalClass', 'topic-bulk-actions-modal full');
|
|
||||||
},
|
},
|
||||||
|
|
||||||
showNotificationLevel() {
|
showNotificationLevel() {
|
||||||
|
|
Loading…
Reference in New Issue