Skip to content

Commit 62c75c8

Browse files
authored
Merge pull request #3489 from Shopify/fix-choice-list-default-jsx
Fix broken JSX in ChoiceList default example
2 parents b59fcc0 + 26260d0 commit 62c75c8

File tree

1 file changed

+1
-3
lines changed
  • packages/ui-extensions/src/surfaces/admin/components/ChoiceList/examples

1 file changed

+1
-3
lines changed

packages/ui-extensions/src/surfaces/admin/components/ChoiceList/examples/default.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<>
21
const handleChange = (event) => {
32
console.log('Values: ', event.currentTarget.values)
43
}
@@ -14,5 +13,4 @@ return (
1413
<s-choice value="optional">Optional</s-choice>
1514
<s-choice value="required">Required</s-choice>
1615
</s-choice-list>
17-
)
18-
</>
16+
)

0 commit comments

Comments
 (0)