diff --git a/src/pages/support/Update.tsx b/src/pages/support/Update.tsx index 75bfb49..08f8c7e 100644 --- a/src/pages/support/Update.tsx +++ b/src/pages/support/Update.tsx @@ -75,7 +75,7 @@ const UpdatePlan: FC = () => { if (feature.featureType === 'boolean') { return { featureKey: feature.featureKey, - featureValue: feature.isEnabled, + featureValue: feature.featureValue, featureType: 'boolean', } } else { @@ -132,6 +132,8 @@ const UpdatePlan: FC = () => { return null } + console.log(features); + return (