Skip to content

Commit

Permalink
Merge pull request #116 from cloudflare/Thellimist/PI-1066
Browse files Browse the repository at this point in the history
PI-1066 fixed bug with minify card
  • Loading branch information
thellimist authored Apr 6, 2017
2 parents b962009 + 3ddb636 commit d6d448a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/MinifyCard/MinifyCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ class MinifyCard extends Component {
html: 'off'
};

// Convert items selected to 'on'
checkboxValueList.forEach(function(item) {
apiValueList[item.value] = 'on';
apiValueList[item] = 'on';
});

let { activeZoneId, dispatch } = this.props;
Expand Down

0 comments on commit d6d448a

Please sign in to comment.