Skip to content

Commit 3db6ae3

Browse files
committed
Fix matrix tests
1 parent ed59b98 commit 3db6ae3

File tree

1 file changed

+1
-1
lines changed
  • packages/host/app/components/ai-assistant/attachment-picker

1 file changed

+1
-1
lines changed

packages/host/app/components/ai-assistant/attachment-picker/index.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class AiAssistantAttachmentPicker extends Component<Signature> {
6666
<:content>
6767
{{#if (this.isAutoAttached item)}}
6868
Topmost
69-
{{if (this.isCard item) 'Card' 'File'}}
69+
{{if (this.isCard item) 'card' 'file'}}
7070
is shared automatically
7171
{{/if}}
7272
</:content>

0 commit comments

Comments
 (0)