Skip to content

Commit

Permalink
fixed cancel import link (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinkulshi-skylight authored Dec 18, 2024
1 parent 612d460 commit 92135c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/UploadFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Uploadfile = () => {
}

const onBack = () => {
navigate("/new-template");
navigate("/");
clearFiles();
};

Expand Down

0 comments on commit 92135c0

Please sign in to comment.