Skip to content

Commit 4803abb

Browse files
authored
fix(AnalyticalCardHeader): fix role (#7259)
Fixes #7253
1 parent 6443706 commit 4803abb

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/components/AnalyticalCardHeader

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalCardHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const AnalyticalCardHeader = forwardRef<HTMLDivElement, AnalyticalCardHea
172172
id={headerId}
173173
data-sap-ui-fastnavgroup="true"
174174
tabIndex={0}
175-
role="heading"
175+
role="group"
176176
aria-roledescription={i18nBundle.getText(ARIA_DESC_CARD_HEADER)}
177177
aria-labelledby={cardLabelledBy}
178178
{...rest}

0 commit comments

Comments
 (0)