ソースを参照

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

AlexiCauvin 6 年 前
コミット
a3540355b5
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx

+ 1 - 0
frontend_lib/src/component/CardPopup/CardPopupCreateContent.jsx ファイルの表示

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