Remove customer-effort-score-tracks
This commit is contained in:
parent
f9cb819382
commit
079d1fc6b6
|
@ -97,19 +97,11 @@ if ( appRoot ) {
|
|||
}
|
||||
}
|
||||
|
||||
// Render the CustomerEffortScoreTracksContainer only if
|
||||
// the feature flag is enabled.
|
||||
if (
|
||||
window.wcAdminFeatures &&
|
||||
window.wcAdminFeatures[ 'customer-effort-score-tracks' ] === true
|
||||
) {
|
||||
// Set up customer effort score survey.
|
||||
( function () {
|
||||
// Set up customer effort score survey.
|
||||
( function () {
|
||||
const root = appRoot || embeddedRoot;
|
||||
|
||||
render(
|
||||
<CustomerEffortScoreTracksContainer />,
|
||||
root.insertBefore( document.createElement( 'div' ), null )
|
||||
);
|
||||
} )();
|
||||
}
|
||||
} )();
|
||||
|
|
|
@ -29,7 +29,6 @@ declare global {
|
|||
'activity-panels': boolean;
|
||||
analytics: boolean;
|
||||
coupons: boolean;
|
||||
'customer-effort-score-tracks': boolean;
|
||||
homescreen: boolean;
|
||||
marketing: boolean;
|
||||
'minified-js': boolean;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"coupons": true,
|
||||
"core-profiler": true,
|
||||
"customize-store": true,
|
||||
"customer-effort-score-tracks": true,
|
||||
"import-products-task": true,
|
||||
"experimental-fashion-sample-products": true,
|
||||
"shipping-smart-defaults": true,
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"coupons": true,
|
||||
"core-profiler": true,
|
||||
"customize-store": true,
|
||||
"customer-effort-score-tracks": true,
|
||||
"import-products-task": true,
|
||||
"experimental-fashion-sample-products": true,
|
||||
"shipping-smart-defaults": true,
|
||||
|
|
Loading…
Reference in New Issue