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

Commit 073d160

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export default class AiLlmEditorForm extends Component {
376376
/>
377377
{{#if this.modalIsVisible}}
378378
<AiLlmQuotaModal
379-
@model={{(hash llm=@model)}}
379+
@model={{hash llm=@model}}
380380
@closeModal={{this.closeAddQuotaModal}}
381381
/>
382382
{{/if}}

0 commit comments

Comments
 (0)