Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 45f543b

Browse files
Update assets/javascripts/discourse/components/ai-llm-quota-editor.gjs
Co-authored-by: Keegan George <[email protected]>
1 parent 44c2c0a commit 45f543b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-llm-quota-editor.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default class AiLlmQuotaEditor extends Component {
148148
<DButton
149149
@icon="trash-alt"
150150
class="btn-danger ai-llm-quotas__delete-btn"
151-
{{on "click" (fn this.deleteQuota quota)}}
151+
@action={{fn this.deleteQuota quota}}
152152
/>
153153
</td>
154154
</tr>

0 commit comments

Comments
 (0)