Something went wrong while fetching comments. Please try again.
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.