Browse Source

fix issue https://github.com/tracim/tracim/issues/720

AlexiCauvin 5 years ago
parent
commit
a3540355b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx

+ 1 - 0
frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx View File

@@ -27,6 +27,7 @@ const PopupCreateContent = props => {
27 27
           <input
28 28
             type='text'
29 29
             className='createcontent__form__input'
30
+            placeHolder='Nommez votre contenu...'
30 31
             value={props.contentName}
31 32
             onChange={props.onChangeContentName}
32 33
           />