We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b974a8 commit fb0780dCopy full SHA for fb0780d
forms/BulkCoupon.js
@@ -118,7 +118,7 @@ class BulkCouponForm extends React.Component {
118
type: "success",
119
showConfirmButton: true
120
}).then(() => {
121
- window.location = `${config.domain}/admin/coupons2`;
+ // window.location = `${config.domain}/admin/coupons2`;
122
});
123
}).catch((error) => {
124
Swal.fire({
@@ -536,4 +536,4 @@ class BulkCouponForm extends React.Component {
536
}
537
538
539
-export default BulkCouponForm
+export default BulkCouponForm
0 commit comments