Skip to content

Commit 1cc3e20

Browse files
Merge pull request #118 from input-output-hk/fix/side-drawer-aria-description-warning
fix: explicitly remove aria-describedby in SideDrawer.Content
2 parents c138946 + 03c9022 commit 1cc3e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/design-system/side-drawer/side-drawer-content.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const Content = ({
2727
{...props}
2828
className={classNames(cx.container)}
2929
style={{ zIndex: zIndex === undefined ? undefined : zIndex + 1 }}
30+
aria-describedby={undefined}
3031
>
3132
<ContentCard>{children}</ContentCard>
3233
</Dialog.Content>

0 commit comments

Comments
 (0)