fix: Clear suggested questions when asking followups
This commit is contained in:
parent
1d633b7556
commit
1a3b66cca0
@ -1685,6 +1685,7 @@ export default function Home() {
|
|||||||
});
|
});
|
||||||
setAttachments([]);
|
setAttachments([]);
|
||||||
setUploadingAttachments([]);
|
setUploadingAttachments([]);
|
||||||
|
setSuggestedQuestions([]);
|
||||||
if (fileInputRef.current) {
|
if (fileInputRef.current) {
|
||||||
fileInputRef.current.value = '';
|
fileInputRef.current.value = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user