mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
fixes to issues 1 2 and 3. Plus tuning
This commit is contained in:
@@ -21,7 +21,7 @@ class ChatErrorBoundary extends React.Component {
|
||||
if (this.state.hasError) {
|
||||
return (
|
||||
<div className="text-red-500 p-4 text-center">
|
||||
Something went wrong. Please refresh the page.
|
||||
Something went wrong. Please Terminate the workflow and try again.
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user