Dead code removal + loading tweak (#733)
This commit is contained in:
committed by
GitHub
parent
9466c4b7ab
commit
a5cbb74064
@@ -130,7 +130,7 @@ export const useConversationHistory = ({
|
||||
emitEntries(localEntries, 'running', false);
|
||||
},
|
||||
onFinished: () => {
|
||||
emitEntries(displayedExecutionProcesses.current, 'running', true);
|
||||
emitEntries(displayedExecutionProcesses.current, 'running', false);
|
||||
controller.close();
|
||||
resolve();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user