Skip to content

Commit 67d590e

Browse files
Merge branch 'main' into user-settings
2 parents e0833c1 + 476d568 commit 67d590e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/main/src/Button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ class Button extends UI5Element implements IButton {
710710
disabled: this.disabled,
711711
children: this.text,
712712
type: this.effectiveAccRoleTranslation,
713+
label: this.ariaLabelText,
713714
};
714715
}
715716

0 commit comments

Comments
 (0)