We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00ca41c + 9edd0c2 commit 9b218caCopy full SHA for 9b218ca
1 file changed
src/components/ChatBox/index.tsx
@@ -480,7 +480,7 @@ export default function ChatBox(): JSX.Element {
480
481
// Delete task from backend first
482
try {
483
- await fetchDelete(`/chat/${taskId}`);
+ await fetchDelete(`/chat/${projectId}`);
484
} catch (error) {
485
console.error("Failed to delete task from backend:", error);
486
// Continue with local cleanup even if backend fails
0 commit comments