mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
185249623b
commit
931e5ffa6e
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue