Skip to content

Commit

Permalink
fixed cancel import link
Browse files Browse the repository at this point in the history
  • Loading branch information
arinkulshi-skylight committed Dec 17, 2024
1 parent 8164f48 commit c471136
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 c471136

Please sign in to comment.