Skip to content

Commit

Permalink
fix: set isEnabled field in default section
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Sep 30, 2024
1 parent 02a366f commit 872f967
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions schemas/app/CouponCode.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"placeholder": "Coupon Name",
"section": "Default"
},
{
"fieldname": "isEnabled",
"label": "Is Enabled",
"fieldtype": "Check",
"default": true,
"required": true
},
{
"fieldname": "pricingRule",
"label": "Pricing Rule",
Expand Down Expand Up @@ -51,14 +58,6 @@
"required": true,
"section": "Validity and Usage"
},
{
"fieldname": "isEnabled",
"label": "Is Enabled",
"fieldtype": "Check",
"default": true,
"required": true,
"section": "Validity and Usage"
},
{
"fieldname": "maximumUse",
"label": "Maximum Use",
Expand Down

0 comments on commit 872f967

Please sign in to comment.