diff --git a/frontend/src/components/shared/task-form.tsx b/frontend/src/components/shared/task-form.tsx index b3f14e7ec1fa..d30c63c4f73f 100644 --- a/frontend/src/components/shared/task-form.tsx +++ b/frontend/src/components/shared/task-form.tsx @@ -57,7 +57,6 @@ export const TaskForm = React.forwardRef((_, ref) => { }); navigate(`/conversation/${conversationId}`); }, - // TODO: Add error handling with toast }); const onRefreshSuggestion = () => {