Add preset mutation

This commit is contained in:
Daniel D Orlando 2023-04-05 08:44:00 -07:00
parent 1cb8ef9803
commit 9e708225aa
3 changed files with 6 additions and 34 deletions

View file

@ -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;