Browse Source

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

AlexiCauvin 6 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
           <input
27
           <input
28
             type='text'
28
             type='text'
29
             className='createcontent__form__input'
29
             className='createcontent__form__input'
30
+            placeHolder='Nommez votre contenu...'
30
             value={props.contentName}
31
             value={props.contentName}
31
             onChange={props.onChangeContentName}
32
             onChange={props.onChangeContentName}
32
           />
33
           />