We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00269e commit 43e32adCopy full SHA for 43e32ad
frontend/web/components/feature-override/FeatureOverrideCTA.tsx
@@ -59,7 +59,7 @@ const FeatureOverrideCTA: FC<FeatureOverrideCTAType> = ({
59
identifier: identifier,
60
identity: identity,
61
identityFlag: overrideFeatureState as IdentityFeatureState,
62
- projectFlag: projectFlag!,
+ projectFlag: projectFlag,
63
})
64
}}
65
>
0 commit comments