From 0b01ee856956bbd1ab6ff03e2f750fe99fa0e506 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Wed, 7 May 2025 11:28:12 +0330 Subject: [PATCH] fix bug checkbox --- src/pages/support/Update.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 (