Skip to content

Commit 495935b

Browse files
deprecate title prop on ActionList.Group component on docs (#4544)
1 parent 09ac01e commit 495935b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react/src/ActionList/ActionList.docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@
256256
"name": "title",
257257
"type": "string",
258258
"defaultValue": "",
259-
"description": "Title of the group."
259+
"description": "Please use `ActionList.GroupHeading` instead.",
260+
"deprecated": true
260261
},
261262
{
262263
"name": "auxiliaryText",

0 commit comments

Comments
 (0)