Skip to content

Commit 3234b6c

Browse files
committed
Move Dialog to staff
1 parent d6fe52e commit 3234b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Dialog/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export interface DialogHeaderProps extends DialogProps {
172172
dialogDescriptionId: string
173173
}
174174

175-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
175+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
176176

177177
const Backdrop = toggleStyledComponent(
178178
CSS_MODULES_FEATURE_FLAG,

0 commit comments

Comments
 (0)