Skip to content

Commit 89e6a8f

Browse files
authored
Remove copy pasta line from ActionList v2 docs (#1699)
1 parent edc48ba commit 89e6a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/drafts/ActionList2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const SelectFields = () => {
236236
237237
return (
238238
<ActionList selectionVariant="multiple">
239-
<ActionList.Group title="Visible fields (can be reordered)">
239+
<ActionList.Group title="Visible fields">
240240
{visibleOptions.map(option => (
241241
<ActionList.Item key={option.text} selected={true} onSelect={() => toggle(option.text)}>
242242
{option.text}

0 commit comments

Comments
 (0)