Skip to content

Commit 11420aa

Browse files
committed
b.
1 parent afe6715 commit 11420aa

File tree

1 file changed

+1
-1
lines changed
  • src/components/GradientPickerPopover

1 file changed

+1
-1
lines changed

src/components/GradientPickerPopover/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const GradientPickerPopover = ({
2525
setGradientType: setControlledGradientType,
2626
...gradientPickerProps
2727
}) => {
28-
const [internalGradientType, setInternalGradientType] = useState(controlledGradientType || GRADIENT_TYPES.LINEAR);
28+
const [internalGradientType, setInternalGradientType] = useState(GRADIENT_TYPES.LINEAR);
2929
const gradientType = controlledGradientType || internalGradientType;
3030
const setGradientType = setControlledGradientType || setInternalGradientType;
3131

0 commit comments

Comments
 (0)