mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: FeatureForm - not jsx comment (#7689)
This commit is contained in:
parent
94588c12d4
commit
5c4bc6f7a0
@ -197,7 +197,7 @@ const FeatureForm: React.FC<IFeatureToggleForm> = ({
|
|||||||
</StyledInputDescription>
|
</StyledInputDescription>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
// TODO: this can be removed after new create flag flow goes live
|
{/* TODO: this can be removed after new create flag flow goes live */}
|
||||||
<FeatureProjectSelect
|
<FeatureProjectSelect
|
||||||
value={project}
|
value={project}
|
||||||
onChange={(projectId) => {
|
onChange={(projectId) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user