Skip to content

Commit

Permalink
deprecate title prop on ActionList.Group component on docs (#4544)
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup authored May 7, 2024
1 parent 09ac01e commit 495935b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/ActionList/ActionList.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@
"name": "title",
"type": "string",
"defaultValue": "",
"description": "Title of the group."
"description": "Please use `ActionList.GroupHeading` instead.",
"deprecated": true
},
{
"name": "auxiliaryText",
Expand Down

0 comments on commit 495935b

Please sign in to comment.