Skip to content

Commit

Permalink
Move Select componet to ga
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Dec 6, 2024
1 parent d6fe52e commit 54513c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type SelectProps = Omit<
placeholder?: string
}

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'

const arrowRightOffset = '4px'

Expand Down

0 comments on commit 54513c2

Please sign in to comment.