We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c138946 + 03c9022 commit 1cc3e20Copy full SHA for 1cc3e20
src/design-system/side-drawer/side-drawer-content.component.tsx
@@ -27,6 +27,7 @@ export const Content = ({
27
{...props}
28
className={classNames(cx.container)}
29
style={{ zIndex: zIndex === undefined ? undefined : zIndex + 1 }}
30
+ aria-describedby={undefined}
31
>
32
<ContentCard>{children}</ContentCard>
33
</Dialog.Content>
0 commit comments