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 c2fbf6b commit 13ecf24Copy full SHA for 13ecf24
packages/code-connect/components/Slider/Slider.figma.tsx
@@ -20,7 +20,7 @@ figma.connect(
20
false: undefined
21
}),
22
endActions: figma.boolean('Right action', {
23
- true: <Button variant="plain" aria-label="Plus" onClick={onPlusClick} icon={<PlusIcon />} />,
+ true: <Button variant="plain" aria-label="Plus" onClick={() => {}} icon={<PlusIcon />} />,
24
25
26
// enum
0 commit comments