Skip to content

Commit

Permalink
Update assets/javascripts/discourse/components/ai-llm-quota-editor.gjs
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan George <kgeorge13@gmail.com>
  • Loading branch information
SamSaffron and keegangeorge authored Jan 13, 2025
1 parent ac8cbd0 commit 63abaa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default class AiLlmQuotaEditor extends Component {
<DButton
@icon="trash-alt"
class="btn-danger ai-llm-quotas__delete-btn"
{{on "click" (fn this.deleteQuota quota)}}
@action={{fn this.deleteQuota quota}}
/>
</td>
</tr>
Expand Down

0 comments on commit 63abaa5

Please sign in to comment.