mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
parent
2968fb6a5c
commit
8ffc274438
|
@ -14,7 +14,6 @@ const KNOWN_LEGACY_MODALS = [
|
|||
"associate-account-confirm",
|
||||
"auth-token",
|
||||
"avatar-selector",
|
||||
"bulk-actions-buttons",
|
||||
"bulk-change-category",
|
||||
"bulk-notification-level",
|
||||
"bulk-progress",
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<div class="bulk-buttons">
|
||||
{{#each this.buttons as |button|}}
|
||||
<DButton
|
||||
@action={{action button.action}}
|
||||
@label={{button.label}}
|
||||
@icon={{button.icon}}
|
||||
@class={{button.class}}
|
||||
/>
|
||||
{{/each}}
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user