mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
save further queries to localstorage
This commit is contained in:
@@ -105,7 +105,6 @@ export const ShareConversationModal = ({
|
||||
conversationService
|
||||
.shareConversation(isPromptable, payload)
|
||||
.then((res) => {
|
||||
console.log(res.status);
|
||||
return res.json();
|
||||
})
|
||||
.then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user