jovan.cirkovic 3年前
コミット
24d4c46855
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js

+ 3
- 1
src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js ファイルの表示

@@ -28,7 +28,9 @@ const ThirdPartCreateOffer = (props) => {
);
const handleSubmit = (e) => {
e.preventDefault();
props.handleSubmitOffer();
if (!props.isLoading) {
props.handleSubmitOffer();
}
};

return (

読み込み中…
キャンセル
保存