mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
disabled property needs to be a boolean
This commit is contained in:
parent
55c9c9a2e0
commit
31f8b46cd2
@ -105,7 +105,7 @@ const FeatureStrategiesEnvironments = () => {
|
||||
return featureCache?.environments?.map((env, index) => {
|
||||
return (
|
||||
<Tab
|
||||
disabled={configureNewStrategy}
|
||||
disabled={!!configureNewStrategy}
|
||||
key={`${env.name}_${index}`}
|
||||
label={env.name}
|
||||
{...a11yProps(index)}
|
||||
|
Loading…
Reference in New Issue
Block a user