We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326bcab commit ed3f6e7Copy full SHA for ed3f6e7
javascripts/discourse/components/custom-new-topic-button.gjs
@@ -61,7 +61,7 @@ export default class CustomNewTopicButton extends Component {
61
{{#if (and this.filteredSetting (or @category @tag))}}
62
{{#if @canCreateTopic}}
63
<DButton
64
- @action={{action "customCreateTopic"}}
+ @action={{this.customCreateTopic}}
65
@icon={{this.customCreateTopicIcon}}
66
@translatedLabel={{this.customCreateTopicLabel}}
67
@disabled={{@createTopicDisabled}}
0 commit comments