This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
selenaaasi
/
trampa-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed bug 1482
bugfix/1482
jovan.cirkovic
3 years ago
parent
253666f91c
commit
03d670681e
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js
+ 3
- 1
src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js
View File
@@ -28,7 +28,9 @@ const ThirdPartCreateOffer = (props) => {
);
const handleSubmit = (e) => {
e.preventDefault();
props.handleSubmitOffer();
if (!props.isLoading) {
props.handleSubmitOffer();
}
};
return (
Write
Preview
Loading…
Cancel
Save