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 2cfd050 commit 22989b0Copy full SHA for 22989b0
assets/javascripts/discourse/components/docs-search.gjs
@@ -36,7 +36,7 @@ export default class DocsSearch extends Component {
36
37
{{#if this.searchTerm}}
38
<DButton
39
- @action={{action "clearSearch"}}
+ @action={{this.clearSearch}}
40
class="clear-search"
41
@label="docs.search.clear"
42
/>
0 commit comments