We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a22757 commit 166c0f2Copy full SHA for 166c0f2
code/core/src/manager/components/sidebar/Tree.tsx
@@ -383,7 +383,7 @@ const Node = React.memo<NodeProps>(function Node({
383
padding="small"
384
variant="ghost"
385
className="sidebar-subheading-action"
386
- ariaLabel={isFullyExpanded ? 'Expand' : 'Collapse'}
+ ariaLabel={isFullyExpanded ? 'Collapse' : 'Expand'}
387
data-action="expand-all"
388
data-expanded={isFullyExpanded}
389
onClick={(event) => {
0 commit comments