mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
default one row expandable
This commit is contained in:
parent
60807560d6
commit
7719f7ea42
@ -61,7 +61,7 @@ class AddFeatureToggleComponent extends Component {
|
|||||||
<Textfield
|
<Textfield
|
||||||
floatingLabel
|
floatingLabel
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
rows={5}
|
rows={1}
|
||||||
label="Description"
|
label="Description"
|
||||||
required
|
required
|
||||||
value={description}
|
value={description}
|
||||||
|
@ -145,7 +145,7 @@ class AddStrategy extends Component {
|
|||||||
<Textfield
|
<Textfield
|
||||||
floatingLabel
|
floatingLabel
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
rows={2}
|
rows={1}
|
||||||
label="Description"
|
label="Description"
|
||||||
name="description"
|
name="description"
|
||||||
onChange={({ target }) => setValue('description', target.value)}
|
onChange={({ target }) => setValue('description', target.value)}
|
||||||
|
Loading…
Reference in New Issue
Block a user