Skip to content

Commit 6551f49

Browse files
committed
Fix files
1 parent 25a03f1 commit 6551f49

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/hooks

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/hooks/use-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function toDisplayAttachment(f: TaskStoredFileAttachment): ChatMessageAttachment
132132
media_type: f.media_type,
133133
size: f.size,
134134
previewUrl: f.media_type.startsWith('image/')
135-
? `/api/files/serve/${encodeURIComponent(f.key)}?context=copilot`
135+
? `/api/files/serve/${encodeURIComponent(f.key)}?context=mothership`
136136
: undefined,
137137
}
138138
}

0 commit comments

Comments
 (0)