UX: Give a class name to the container of the `#bulk-select`
This commit is contained in:
parent
214fdad155
commit
6f04bff28c
|
@ -1,6 +1,8 @@
|
|||
import showModal from 'discourse/lib/show-modal';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
classNames: ['bulk-select-container'],
|
||||
|
||||
actions: {
|
||||
showBulkActions() {
|
||||
const controller = showModal('topic-bulk-actions', {
|
||||
|
|
Loading…
Reference in New Issue