Skip to content

Commit 15236c4

Browse files
andyl309Akshat55
andauthored
fix: remove invalid aria-label for panel (#2685)
Co-authored-by: Akshat Patel <[email protected]>
1 parent 355117b commit 15236c4

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)