File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { Footer } from '@/components/footer';
5
5
import { PopoverControlled as Popover } from '@/components/popover' ;
6
6
import { Text , TextComponentType } from '@/components/text' ;
7
7
import { useId } from '@/hooks' ;
8
- import { ROLES } from '@/types' ;
9
8
10
9
import {
11
10
DrawerContentStyled ,
@@ -59,13 +58,11 @@ const DrawerStandAloneComponent = (
59
58
>
60
59
< DrawerTitleStyled
61
60
ref = { shadowRef }
62
- aria-label = { typeof props . title ?. content === 'string' ? props . title . content : undefined }
63
61
as = { Text as unknown as React . ElementType }
64
62
component = { DrawerTitleComponentType . H3 as unknown as TextComponentType }
65
63
customTypography = { props . styles . title }
66
64
dataTestId = { `${ titleIdFinal } Title` }
67
65
id = { titleIdFinal }
68
- role = { ROLES . NAVIGATION }
69
66
{ ...props . title }
70
67
>
71
68
{ props . title ?. content }
You can’t perform that action at this time.
0 commit comments