Skip to content

Commit

Permalink
Fix: rename gradients.custom to gradient.custom (#25040)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolosw committed Sep 3, 2020
1 parent ecb5094 commit 3f557de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function ColorGradientControlSelect( props ) {
'color.custom'
);
colorGradientSettings.disableCustomGradients = ! useEditorFeature(
'gradients.custom'
'gradient.custom'
);

return (
Expand Down

0 comments on commit 3f557de

Please sign in to comment.