Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #117 from WeTransfer/gh-xxx-maintenance
Browse files Browse the repository at this point in the history
Removed attribute in variant
  • Loading branch information
dsnipe authored Jun 20, 2017
2 parents 8995dd6 + 37691b8 commit d13f5e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/variantpayloadoptions.es6
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,13 @@ const options = {
},
yearlyCopy: {
type:'string',
required: true,
requiredWhen: {
field: 'type',
value: ['priceByMonth']
}
},
monthlyCopy: {
type:'string',
required: true,
requiredWhen: {
field: 'type',
value: ['priceByMonth']
Expand Down

0 comments on commit d13f5e2

Please sign in to comment.