Skip to content

Commit a49f472

Browse files
authored
remove breaking aria label (#35)
1 parent 068d4a5 commit a49f472

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/codebytes/src/drawers.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export const Drawers: React.FC<DrawersProps> = ({ leftChild, rightChild }) => {
120120
<Drawer
121121
hideOnClose
122122
id="output-drawer"
123-
aria-labelledby="output-drawer-label"
124123
open={!isLeftOpen}
125124
overflow="hidden"
126125
>

0 commit comments

Comments
 (0)