save further queries to localstorage

This commit is contained in:
ManishMadan2882
2024-07-28 00:58:55 +05:30
parent a0dd8f8e0f
commit 360d790282
3 changed files with 24 additions and 23 deletions

View File

@@ -105,7 +105,6 @@ export const ShareConversationModal = ({
conversationService
.shareConversation(isPromptable, payload)
.then((res) => {
console.log(res.status);
return res.json();
})
.then((data) => {