forked from open-webui/open-webui
feat: chat menu tag
This commit is contained in:
parent
3488b7f006
commit
323b9adc63
4 changed files with 67 additions and 1 deletions
|
@ -538,6 +538,7 @@
|
|||
{:else}
|
||||
<div class="flex self-center space-x-1.5 z-10">
|
||||
<ChatMenu
|
||||
chatId={chat.id}
|
||||
renameHandler={() => {
|
||||
chatTitle = chat.title;
|
||||
chatTitleEditId = chat.id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue