Skip to content

Commit b10acbc

Browse files
authored
Merge pull request #224 from buerokratt/wip
Get update from wip
2 parents 99f98b8 + 64580e7 commit b10acbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GUI/src/pages/TestProductionLLM/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ const TestProductionLLM: FC = () => {
291291
const clearChat = () => {
292292
setMessages([]);
293293
stopStreaming();
294+
setInputMessage('');
295+
setIsLoading(false);
294296
toast.open({
295297
type: 'info',
296298
title: t('testProductionLLM.chatClearedTitle'),

0 commit comments

Comments
 (0)