Skip to content

Commit c9dc67f

Browse files
committed
Update description
1 parent fff675e commit c9dc67f

File tree

1 file changed

+1
-2
lines changed
  • client/dashboard/components/action-list

1 file changed

+1
-2
lines changed

client/dashboard/components/action-list/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export interface ActionItemProps {
1616
*/
1717
decoration?: React.ReactNode;
1818
/**
19-
* A group of contextual controls, such as buttons, dropdowns,
20-
* or a search input, relevant to the action.
19+
* Renders a button that invokes the related action.
2120
*/
2221
actions: React.ReactNode;
2322
}

0 commit comments

Comments
 (0)