Remove industry option for travel. (https://github.com/woocommerce/woocommerce-admin/pull/5065)
This commit is contained in:
parent
440137b555
commit
08a0ec3739
|
@ -333,11 +333,6 @@ class Onboarding {
|
|||
'use_description' => false,
|
||||
'description_label' => '',
|
||||
),
|
||||
'travel-and-tourism' => array(
|
||||
'label' => __( 'Travel and tourism', 'woocommerce-admin' ),
|
||||
'use_description' => false,
|
||||
'description_label' => '',
|
||||
),
|
||||
'other' => array(
|
||||
'label' => __( 'Other', 'woocommerce-admin' ),
|
||||
'use_description' => true,
|
||||
|
|
Loading…
Reference in New Issue