fix bug checkbox
This commit is contained in:
@@ -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 (
|
||||
<div className='mt-4'>
|
||||
|
||||
Reference in New Issue
Block a user