Skip to content

Commit 357076e

Browse files
TylerJDevCopilot
andauthored
Update packages/react/src/AnchoredOverlay/AnchoredOverlay.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 860d0f3 commit 357076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/AnchoredOverlay/AnchoredOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AnchoredOverlayBaseProps extends Pick<OverlayProps, 'height' | 'width'
121121
/**
122122
* ARIA property indicating the availability and type of interactive popup element
123123
*/
124-
'aria-haspopup'?: boolean | 'dialog' | 'menu' | 'grid' | 'listbox' | 'tree' | 'true' | 'false'
124+
'aria-haspopup'?: boolean | 'dialog' | 'menu' | 'grid' | 'listbox' | 'tree'
125125
}
126126

127127
export type AnchoredOverlayProps = AnchoredOverlayBaseProps &

0 commit comments

Comments
 (0)