Skip to content

Commit 2efc104

Browse files
chore(user-menu): acc fixes
1 parent 678a1f5 commit 2efc104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fiori/src/UserMenuTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function otherAccountsList(this: UserMenu) {
152152
{this._otherAccounts.map((account, index) =>
153153
<ListItemCustom
154154
ref={this.captureRef.bind(account)}
155-
aria-possition={index + 1}
155+
aria-posinset={index + 1}
156156
aria-setsize={this._otherAccounts.length}
157157
aria-label={account.titleText}
158158
>

0 commit comments

Comments
 (0)