Skip to content

Commit

Permalink
chore(Select): Move Select component from team to staff flag (#5285)
Browse files Browse the repository at this point in the history
* Move Select component to staff flag

* Create brave-cheetahs-prove.md
  • Loading branch information
jonrohan authored Nov 14, 2024
1 parent 49ad2d3 commit 057d868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-cheetahs-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Select component from team to staff flag
2 changes: 1 addition & 1 deletion packages/react/src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type SelectProps = Omit<
placeholder?: string
}

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'

const arrowRightOffset = '4px'

Expand Down

0 comments on commit 057d868

Please sign in to comment.