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

Commit 7d1244c

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

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
@@ -168,7 +168,7 @@ export default class AiLlmQuotaEditor extends Component {
168168

169169
{{#if this.modalIsVisible}}
170170
<AiLlmQuotaModal
171-
@model={{(hash llm=@model)}}
171+
@model={{hash llm=@model}}
172172
@closeModal={{this.closeAddQuotaModal}}
173173
/>
174174
{{/if}}

0 commit comments

Comments
 (0)