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 edc48ba commit 89e6a8fCopy full SHA for 89e6a8f
docs/content/drafts/ActionList2.mdx
@@ -236,7 +236,7 @@ const SelectFields = () => {
236
237
return (
238
<ActionList selectionVariant="multiple">
239
- <ActionList.Group title="Visible fields (can be reordered)">
+ <ActionList.Group title="Visible fields">
240
{visibleOptions.map(option => (
241
<ActionList.Item key={option.text} selected={true} onSelect={() => toggle(option.text)}>
242
{option.text}
0 commit comments