Fix a navigation bug with saved tasks (#1331)

This commit is contained in:
Shuchang Zheng
2024-12-05 12:09:42 -08:00
committed by GitHub
parent a22592001b
commit 2dea40a3f7

View File

@@ -156,7 +156,7 @@ function SavedTaskCard({ workflowId, title, url, description }: Props) {
},
)}
onClick={() => {
navigate(workflowId);
navigate(`/tasks/create/${workflowId}`);
}}
>
{description}