Skip to content

Commit

Permalink
fix: remove invalid aria-label for panel (#2685)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Patel <[email protected]>
  • Loading branch information
andyl309 and Akshat55 authored Aug 28, 2023
1 parent 355117b commit 15236c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-shell/panel/panel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export class Panel {
*/
@Input() expanded = false;

@Input() ariaLabel = "Header panel";
@Input() ariaLabel;
}

0 comments on commit 15236c4

Please sign in to comment.