Skip to content

Commit 13ecf24

Browse files
mattnoltingevwilkin
andcommitted
Update packages/code-connect/components/Slider/Slider.figma.tsx
Co-authored-by: Evan <[email protected]>
1 parent c2fbf6b commit 13ecf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/code-connect/components/Slider/Slider.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ figma.connect(
2020
false: undefined
2121
}),
2222
endActions: figma.boolean('Right action', {
23-
true: <Button variant="plain" aria-label="Plus" onClick={onPlusClick} icon={<PlusIcon />} />,
23+
true: <Button variant="plain" aria-label="Plus" onClick={() => {}} icon={<PlusIcon />} />,
2424
false: undefined
2525
}),
2626
// enum

0 commit comments

Comments
 (0)