mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix linting
This commit is contained in:
parent
a79ee7e0e8
commit
203ae78c59
@ -61,7 +61,11 @@ class AddFeatureToggleComponent extends Component {
|
||||
|
||||
<section>
|
||||
<div>
|
||||
<h5 style={{ borderBottom: '1px solid rgba(0, 0, 0, 0.12)', paddingBottom: '5px', marginBottom: '10px' }}>Strategies:</h5>
|
||||
<h5 style={{
|
||||
borderBottom: '1px solid rgba(0, 0, 0, 0.12)',
|
||||
paddingBottom: '5px',
|
||||
marginBottom: '10px',
|
||||
}}>Strategies:</h5>
|
||||
</div>
|
||||
|
||||
<SelectedStrategies
|
||||
|
@ -15,7 +15,7 @@ const genParams = (input, num = 0, setValue) => (<div>{gerArrayWithEntries(num).
|
||||
type="text"
|
||||
label={`Parameter name ${i + 1}`}
|
||||
name={key} key={key}
|
||||
onChange={(value) => git statugitsetValue(key, value)}
|
||||
onChange={(value) => setValue(key, value)}
|
||||
value={input[key]} />
|
||||
);
|
||||
})}</div>);
|
||||
|
Loading…
Reference in New Issue
Block a user