fix(a11y): Spread `rest` props to DropdownToggle button component
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: plibither8
This PR spreads all supplied props sent to RepoHeaderActionDropdownToggle
component, to the Button
component, thereby sending attributes like aria-label
too.
Closes #35852 (closed)
aria-label="Repository Actions"
attribute is now present on the toggle button.Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.