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
|
||||
floatingLabel
|
||||
style={{ width: '100%' }}
|
||||
rows={5}
|
||||
rows={1}
|
||||
label="Description"
|
||||
required
|
||||
value={description}
|
||||
|
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user