mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
fix linting
This commit is contained in:
parent
48aaf6c7be
commit
5d94438472
@ -61,7 +61,11 @@ class AddFeatureToggleComponent extends Component {
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
<SelectedStrategies
|
<SelectedStrategies
|
||||||
|
@ -15,7 +15,7 @@ const genParams = (input, num = 0, setValue) => (<div>{gerArrayWithEntries(num).
|
|||||||
type="text"
|
type="text"
|
||||||
label={`Parameter name ${i + 1}`}
|
label={`Parameter name ${i + 1}`}
|
||||||
name={key} key={key}
|
name={key} key={key}
|
||||||
onChange={(value) => git statugitsetValue(key, value)}
|
onChange={(value) => setValue(key, value)}
|
||||||
value={input[key]} />
|
value={input[key]} />
|
||||||
);
|
);
|
||||||
})}</div>);
|
})}</div>);
|
||||||
|
Loading…
Reference in New Issue
Block a user