Skip to content

Commit

Permalink
remove file
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Dec 18, 2024
1 parent b76cc0e commit cff9223
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/Autocomplete/AutocompleteOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ type AutocompleteOverlayInternalProps = {
} & Partial<OverlayProps> &
Pick<React.AriaAttributes, 'aria-labelledby'> // TODO: consider making 'aria-labelledby' required

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'

function AutocompleteOverlay({
menuAnchorRef,
overlayProps: oldOverlayProps,
Expand Down

0 comments on commit cff9223

Please sign in to comment.