Kaynağa Gözat

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

AlexiCauvin 5 yıl önce
ebeveyn
işleme
a3540355b5

+ 1 - 0
frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx Dosyayı Görüntüle

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