This commit is contained in:
Timothy Jaeryang Baek 2025-06-03 18:49:03 +04:00
parent 185249623b
commit 931e5ffa6e

View File

@ -1432,8 +1432,8 @@
<div class="mt-2.5" in:fade={{ duration: 50 }}>
<FollowUps
followUps={message?.followUps}
onClick={() => {
console.log('Follow-ups clicked');
onClick={(prompt) => {
submitMessage(message?.id, prompt);
}}
/>
</div>