mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
Add preset mutation
This commit is contained in:
parent
1cb8ef9803
commit
9e708225aa
3 changed files with 6 additions and 34 deletions
|
|
@ -23,8 +23,6 @@ export default function Conversation({ conversation, retainView }) {
|
|||
|
||||
const [titleInput, setTitleInput] = useState(title);
|
||||
|
||||
const rename = manualSWR(`/api/convos/update`, 'post');
|
||||
|
||||
const clickHandler = async () => {
|
||||
if (currentConversation?.conversationId === conversationId) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue