Skip to content

Commit

Permalink
Fix CreateCar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 16, 2024
1 parent cf67f78 commit 1cde2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/pages/CreateCar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,8 @@ const CreateCar = () => {
onClick={async () => {
if (image) {
await CarService.deleteTempImage(image)
navigate('/cars')
}
navigate('/cars')
}}
>
{commonStrings.CANCEL}
Expand Down

0 comments on commit 1cde2d8

Please sign in to comment.