force update
This commit is contained in:
parent
718dc6432a
commit
063ce50319
|
@ -107,6 +107,8 @@ export const Chatbar = () => {
|
||||||
});
|
});
|
||||||
homeDispatch({ field: 'folders', value: folders });
|
homeDispatch({ field: 'folders', value: folders });
|
||||||
homeDispatch({ field: 'prompts', value: prompts });
|
homeDispatch({ field: 'prompts', value: prompts });
|
||||||
|
|
||||||
|
window.location.reload();
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleClearConversations = () => {
|
const handleClearConversations = () => {
|
||||||
|
|
Loading…
Reference in New Issue