Update ConversationProvider.tsx
This commit is contained in:
@@ -182,7 +182,7 @@ export function ConversationProvider({ children }: { children: React.ReactNode }
|
|||||||
// fetch and add to conversation map
|
// fetch and add to conversation map
|
||||||
const retrieveConversationResult = await getConversationById(conversationId);
|
const retrieveConversationResult = await getConversationById(conversationId);
|
||||||
if (!retrieveConversationResult.data) {
|
if (!retrieveConversationResult.data) {
|
||||||
toast.error('unable to select conversation');
|
toast.error('unable to find conversation');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user