Skip to content

Commit 31050fc

Browse files
committed
Not needed
1 parent 5d0d936 commit 31050fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/ColorPicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class ColorPicker extends Component {
152152

153153
ColorPicker.propTypes = {
154154
onColorChange: PropTypes.func.isRequired,
155-
selectedColor: PropTypes.any,
155+
selectedColor: PropTypes.string,
156156
};
157157

158158
export default ColorPicker;

0 commit comments

Comments
 (0)