Fix "undefined `disable_ui` index" error
This commit is contained in:
parent
b312c65a95
commit
615365d14e
|
@ -107,6 +107,7 @@ class FeaturesController {
|
|||
'name' => __( 'New product editor', 'woocommerce' ),
|
||||
'description' => __( 'Try the new product editor (Beta)', 'woocommerce' ),
|
||||
'is_experimental' => true,
|
||||
'disable_ui' => false,
|
||||
),
|
||||
'custom_order_tables' => array(
|
||||
'name' => __( 'High-Performance order storage (COT)', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue