Show placeholder label when Collection has no description
This commit is contained in:
parent
5860b9bbaf
commit
1d4771e10f
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ class Collection extends React.Component {
|
||||||
InputComponent="textarea"
|
InputComponent="textarea"
|
||||||
value={description}
|
value={description}
|
||||||
onChange={handleEditCollectionDescription}
|
onChange={handleEditCollectionDescription}
|
||||||
|
emptyPlaceholder="Add description"
|
||||||
/> :
|
/> :
|
||||||
description
|
description
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue