Skip to content

Commit 1211077

Browse files
committed
Added final experiment key
1 parent cfca503 commit 1211077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/state/sites/hooks/use-site-global-styles-status.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const getGlobalStylesInfoForSite = (
7575
}
7676

7777
if ( siteId === null ) {
78-
return loadExperimentAssignment( 'calypso_post_onboarding_holdout_160125' ).then(
78+
return loadExperimentAssignment( 'calypso_plans_global_styles_personal_20240127' ).then(
7979
( experimentAssignment ) =>
8080
Promise.resolve( {
8181
shouldLimitGlobalStyles: true,

0 commit comments

Comments
 (0)