UX: include none false for provider params (#1111)

This change has been forgotten in 40e996b174
This commit is contained in:
Joffrey JAFFEUX 2025-02-04 12:38:22 +01:00 committed by GitHub
parent 40e996b174
commit d3b93f984d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ export default class AiLlmEditorForm extends Component {
as |field|
>
{{#if (eq params.type "enum")}}
<field.Select as |select|>
<field.Select @includeNone={{false}} as |select|>
{{#each params.values as |option|}}
<select.Option
@value={{option.id}}