Skip to content

Commit

Permalink
fix: link fix (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
qamarq authored Nov 14, 2024
1 parent bd5396e commit 3787302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Plan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Plan = ({ id, name }: { id: string; name: string }) => {
});

setTimeout(() => {
router.push(`/createplan/${newPlan.id}`);
router.push(`/plans/create/${newPlan.id}`);
}, 200);
};
const deletePlan = () => {
Expand Down

0 comments on commit 3787302

Please sign in to comment.