Skip to content

Commit 8a8973c

Browse files
authored
fix default example (#4019)
1 parent 4d841b7 commit 8a8973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/SelectPanel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A `SelectPanel` provides an anchor that will open an overlay with a list of sele
1616

1717
```javascript live noinline
1818
function getColorCircle(color) {
19-
return (
19+
return () => (
2020
<Box
2121
borderWidth="1px"
2222
borderStyle="solid"

0 commit comments

Comments
 (0)