[쿠폰]
- 다운로드 이후 toast 노출.
This commit is contained in:
@@ -302,6 +302,7 @@ export default function ProductAllSection({
|
||||
cpnSnoAll: couponCodes,
|
||||
})
|
||||
);
|
||||
dispatch(showToast({message : "Your coupon download is complete."}));
|
||||
}
|
||||
}, [dispatch, selectedCoupon, userNumber, couponCodes]);
|
||||
|
||||
@@ -366,6 +367,7 @@ export default function ProductAllSection({
|
||||
dispatch(
|
||||
getProductCouponDownload({ mbrNo: userNumber, cpnSno: cpnSno })
|
||||
);
|
||||
dispatch(showToast({message : "Your coupon download is complete."}));
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user