fix for defects 2276938,2280272,2276941,2262647

This commit is contained in:
Sampath
2023-03-27 16:33:08 +05:30
parent e2b72a3824
commit a2b0cf236e
5 changed files with 324 additions and 308 deletions

View File

@@ -23,7 +23,7 @@ export class MiddlePaneComponent extends React.Component<MiddlePaneComponentProp
onClick={this.props.toggleExpandGraph}
role="button"
aria-expanded={this.props.isTabsContentExpanded}
aria-name="View graph in full screen"
aria-label="View graph in full screen"
>
<img
src={this.props.isTabsContentExpanded ? CollapseArrowIcon : ExpandIcon}