Skip to content

Commit a47e13f

Browse files
andyl309Akshat55
andauthored
fix: remove invalid aria-label for panel (#2686)
Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com>
1 parent 65e4d46 commit a47e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-shell/panel/panel.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export class Panel {
2323
*/
2424
@Input() expanded = false;
2525

26-
@Input() ariaLabel = "Header panel";
26+
@Input() ariaLabel;
2727
}

0 commit comments

Comments
 (0)