Add/44643 variation empty state experiment (#44731)

* Update experiment name

* Add changelog
This commit is contained in:
louwie17 2024-02-20 11:41:43 -04:00 committed by GitHub
parent 2535dd766e
commit 79375d594c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import { createNoticesFromResponse } from '../../../lib/notices';
import { getAdminSetting } from '~/utils/admin-settings';
const EXPERIMENT_NAME =
'woocommerce_product_creation_experience_linked_products_202402_v1';
'woocommerce_product_creation_experience_empty_state_updates_202403_v1';
export const useCreateProductByType = () => {
const { createProductFromTemplate } = useDispatch( ITEMS_STORE_NAME );

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Update experiment name for enabling new product editor.