mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
feat: delete button confirm (#875)
* base for confirm delete * more like OpenAI
This commit is contained in:
parent
2b54e3f9fe
commit
28230d9305
4 changed files with 40 additions and 11 deletions
|
|
@ -126,6 +126,7 @@ export default function Conversation({ conversation, retainView }) {
|
|||
renaming={renaming}
|
||||
cancelHandler={cancelHandler}
|
||||
retainView={retainView}
|
||||
title={title}
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue