Skip to content

Commit b9f520b

Browse files
Revert "Update src/internal/components/ScrollableRegion.tsx"
This reverts commit 37d3231.
1 parent a094b24 commit b9f520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/components/ScrollableRegion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Box from '../../Box'
33
import {useOverflow} from '../hooks/useOverflow'
44

55
type ScrollableRegionProps = React.PropsWithChildren<{
6-
'aria-labelledby': string
6+
'aria-labelledby'?: string
77
className?: string
88
}>
99

0 commit comments

Comments
 (0)