mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
fix: reset submission when convo clears
This commit is contained in:
parent
23de688bf3
commit
f1aabfa543
8 changed files with 13 additions and 3 deletions
|
|
@ -35,7 +35,6 @@ export default function Conversation({
|
|||
if (!stopStream) {
|
||||
dispatch(setStopStream(true));
|
||||
dispatch(setSubmission({}));
|
||||
dispatch(setSubmitState(false));
|
||||
}
|
||||
dispatch(setEmptyMessage());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue