DEV: Remove unused component args (#29454)

This commit is contained in:
Jarek Radosz 2024-10-29 10:43:55 +01:00 committed by GitHub
parent 04aed79028
commit ffd3500f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 10 deletions

View File

@ -1,7 +1,6 @@
<div class="topic-footer-main-buttons">
<TopicAdminMenu
@topic={{this.topic}}
@openUpwards="true"
@toggleMultiSelect={{this.toggleMultiSelect}}
@showTopicSlowModeUpdate={{this.showTopicSlowModeUpdate}}
@deleteTopic={{this.deleteTopic}}

View File

@ -42,7 +42,6 @@
/>
<TopicAdminMenu
@topic={{@model}}
@addKeyboardTargetClass={{true}}
@toggleMultiSelect={{@toggleMultiSelect}}
@showTopicSlowModeUpdate={{@showTopicSlowModeUpdate}}
@deleteTopic={{@deleteTopic}}
@ -179,14 +178,9 @@
@showFullTitle={{false}}
@appendReason={{false}}
@showCaret={{false}}
@placement="bottom-end"
/>
{{#if @mobileView}}
<TopicAdminMenu
@topic={{@model}}
@addKeyboardTargetClass={{true}}
@openUpwards={{true}}
/>
<TopicAdminMenu @topic={{@model}} />
{{/if}}
{{/if}}
<PluginOutlet

View File

@ -297,8 +297,6 @@
</span>
<TopicAdminMenu
@topic={{this.model}}
@openUpwards="true"
@rightSide="true"
@toggleMultiSelect={{action "toggleMultiSelect"}}
@showTopicSlowModeUpdate={{route-action
"showTopicSlowModeUpdate"