1
0
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:
sveisvei 2016-12-22 10:45:01 +01:00
parent 60807560d6
commit 7719f7ea42
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class AddFeatureToggleComponent extends Component {
<Textfield
floatingLabel
style={{ width: '100%' }}
rows={5}
rows={1}
label="Description"
required
value={description}

View File

@ -145,7 +145,7 @@ class AddStrategy extends Component {
<Textfield
floatingLabel
style={{ width: '100%' }}
rows={2}
rows={1}
label="Description"
name="description"
onChange={({ target }) => setValue('description', target.value)}