We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9db4b1 commit 59cb99dCopy full SHA for 59cb99d
packages/code-connect/components/Slider/Slider.figma.tsx
@@ -14,7 +14,7 @@ figma.connect(
14
// boolean
15
isInputVisible: figma.boolean('Value input'),
16
minmaxValues: figma.boolean('Min/max values'),
17
- valueInput: figma.boolean('Value input'),
+ isInputVisible: figma.boolean('Value input'),
18
startActions: figma.boolean('Left action', {
19
true: <Button variant="plain" aria-label="Minus" onClick={() => {}} icon={<MinusIcon />} />,
20
false: undefined
0 commit comments