feat(chat): optimize ui for execution graph card (#885)
This commit is contained in:
@@ -443,7 +443,7 @@ export function Chat() {
|
||||
keys.add(runKey);
|
||||
}
|
||||
return keys;
|
||||
}, [currentSessionKey, messages, replyTextOverrides, userRunCards]);
|
||||
}, [currentSessionKey, messages, userRunCards]);
|
||||
|
||||
useEffect(() => {
|
||||
if (userRunCards.length === 0) return;
|
||||
|
||||
Reference in New Issue
Block a user