fix update value
This commit is contained in:
@@ -207,7 +207,7 @@ const UpdatePlan: FC = () => {
|
|||||||
id={feature.featureKey}
|
id={feature.featureKey}
|
||||||
label={t(`support.${feature.featureKey}`)}
|
label={t(`support.${feature.featureKey}`)}
|
||||||
value={feature.featureValue}
|
value={feature.featureValue}
|
||||||
checked={feature.isEnabled}
|
checked={feature.featureValue === "true"}
|
||||||
featureType={feature.featureType}
|
featureType={feature.featureType}
|
||||||
onChange={handleFeatureChange}
|
onChange={handleFeatureChange}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user