Skip to content

Commit a90da75

Browse files
authoredDec 6, 2024··
chore(DialogV1): Move DialogV1 component css module feature flag to staff (#5395)
* Move DialogV1 to staff * Create wicked-geckos-float.md
1 parent 3dd1e5e commit a90da75

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/wicked-geckos-float.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Move DialogV1 component css module feature flag to staff

‎packages/react/src/DialogV1/Dialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {useFeatureFlag} from '../FeatureFlags'
1515
import {clsx} from 'clsx'
1616
import classes from './Dialog.module.css'
1717

18-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
18+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
1919

2020
// Dialog v1
2121
const noop = () => null

0 commit comments

Comments
 (0)
Please sign in to comment.