Skip to content

Commit

Permalink
fix error from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Oct 17, 2024
1 parent fc583e1 commit b70fc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/chat/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@
}}
messageId={message.id}
chatID={$activeChat.id}
contextBuilder={attachment => build_context_items(message, attachment)}
on:share={e => (fileToShare = [e.detail, $activeChat.id])} />
{/if}
{/if}
Expand Down

0 comments on commit b70fc58

Please sign in to comment.