Skip to content

Commit 057d868

Browse files
authored
chore(Select): Move Select component from team to staff flag (#5285)
* Move Select component to staff flag * Create brave-cheetahs-prove.md
1 parent 49ad2d3 commit 057d868

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brave-cheetahs-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Move Select component from team to staff flag

packages/react/src/Select/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type SelectProps = Omit<
1414
placeholder?: string
1515
}
1616

17-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
17+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
1818

1919
const arrowRightOffset = '4px'
2020

0 commit comments

Comments
 (0)