Skip to content

Commit

Permalink
added data-pc-section="toggler" to the toggler relates to #6307 (#6460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sja-cslab authored Apr 24, 2024
1 parent c35496f commit ebcdf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/tree/templatedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function TemplateDoc(props) {
});

return (
<button type="button" className="p-tree-toggler p-link" tabIndex={-1} onClick={options.onClick}>
<button type="button" data-pc-section="toggler" className="p-tree-toggler p-link" tabIndex={-1} onClick={options.onClick}>
<span className={iconClassName} aria-hidden="true" />
</button>
);
Expand Down

0 comments on commit ebcdf8d

Please sign in to comment.