DEV: Remove bulk-actions-buttons template (#22742)

No longer used
This commit is contained in:
Jarek Radosz 2023-07-21 13:45:41 +02:00 committed by GitHub
parent 2968fb6a5c
commit 8ffc274438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View File

@ -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",

View File

@ -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>