Add/44643 variation empty state experiment (#44731)
* Update experiment name * Add changelog
This commit is contained in:
parent
2535dd766e
commit
79375d594c
|
@ -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 );
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Update experiment name for enabling new product editor.
|
Loading…
Reference in New Issue