1
0
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:
Tymoteusz Czech 2024-07-29 12:32:14 +02:00 committed by GitHub
parent 94588c12d4
commit 5c4bc6f7a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => {