fix: setShowStopButton for agents route

This commit is contained in:
Danny Avila 2024-09-04 00:34:05 -04:00
parent 89eeb71373
commit 17e9de4eaa
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -241,6 +241,7 @@ export default function useChatFunctions({
},
},
];
setShowStopButton(true);
} else {
setShowStopButton(true);
}