소스 검색

fix readonly error

AlexiCauvin 8 년 전
부모
커밋
3ed471caf1
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/component/Header/MenuActionListItem/MenuProfil.jsx
  2. 0 1
      src/component/Header/MenuActionListItem/Search.jsx

+ 1 - 1
src/component/Header/MenuActionListItem/MenuProfil.jsx 파일 보기

1
-  import React from 'react'
1
+import React from 'react'
2
 import { Link } from 'react-router-dom'
2
 import { Link } from 'react-router-dom'
3
 import PropTypes from 'prop-types'
3
 import PropTypes from 'prop-types'
4
 import { PAGE } from '../../../helper.js'
4
 import { PAGE } from '../../../helper.js'

+ 0 - 1
src/component/Header/MenuActionListItem/Search.jsx 파일 보기

8
       <div className='header__menu__rightside__itemsearch__search input-group'>
8
       <div className='header__menu__rightside__itemsearch__search input-group'>
9
         <input
9
         <input
10
           type='text'
10
           type='text'
11
-          readonly
12
           className='search__input form-control'
11
           className='search__input form-control'
13
           placeholder={`${props.t('Header.Search')}...`}
12
           placeholder={`${props.t('Header.Search')}...`}
14
           aria-describedby='headerInputSearch'
13
           aria-describedby='headerInputSearch'