fix update value
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user