fix update value

This commit is contained in:
hamid zarghami
2025-05-07 10:31:11 +03:30
parent 32741a0c62
commit 75d503cc4a
+1 -1
View File
@@ -207,7 +207,7 @@ const UpdatePlan: FC = () => {
id={feature.featureKey}
label={t(`support.${feature.featureKey}`)}
value={feature.featureValue}
checked={feature.isEnabled}
checked={feature.featureValue === "true"}
featureType={feature.featureType}
onChange={handleFeatureChange}
/>