Просмотр исходного кода

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

AlexiCauvin 7 лет назад
Родитель
Сommit
a3540355b5
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1 0
      frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx

+ 1 - 0
frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx Просмотреть файл

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
           />