Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleshaikh1 committed Dec 15, 2023
1 parent 69b455d commit 9c9ae99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Form/FormField.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export const FileInputField = ({
const handleChange = (event) => {
const file = event.currentTarget.files[0];
helpers.setValue(file);
console.log('FIle', file);
// return file;
};

Expand Down
1 change: 0 additions & 1 deletion src/redux/thunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const postNewCar = createAsyncThunk(
Authorization: token,
},
});
console.log('Car Response', response);
return response.data;
} catch (error) {
return thunkAPI.rejectWithValue(error);
Expand Down

0 comments on commit 9c9ae99

Please sign in to comment.