Skip to content

Commit

Permalink
chore(DialogV1): Move DialogV1 component css module feature flag to s…
Browse files Browse the repository at this point in the history
…taff (#5395)

* Move DialogV1 to staff

* Create wicked-geckos-float.md
  • Loading branch information
jonrohan authored Dec 6, 2024
1 parent 3dd1e5e commit a90da75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-geckos-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move DialogV1 component css module feature flag to staff
2 changes: 1 addition & 1 deletion packages/react/src/DialogV1/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {useFeatureFlag} from '../FeatureFlags'
import {clsx} from 'clsx'
import classes from './Dialog.module.css'

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

// Dialog v1
const noop = () => null
Expand Down

0 comments on commit a90da75

Please sign in to comment.