Skip to content

Commit

Permalink
fix(VExpansionPanel): remove duplicate aria-expanded (#17284)
Browse files Browse the repository at this point in the history
fixes #15514
  • Loading branch information
marjev committed May 4, 2023
1 parent 507d87e commit 94335b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const VExpansionPanel = genericComponent<VExpansionPanelSlots>()({
backgroundColorStyles.value,
props.style,
]}
aria-expanded={ groupItem.isSelected.value }
>
<div
class={[
Expand Down

0 comments on commit 94335b1

Please sign in to comment.