浏览代码

fix readonly error

AlexiCauvin 5 年前
父节点
当前提交
3ed471caf1

+ 1 - 1
src/component/Header/MenuActionListItem/MenuProfil.jsx 查看文件

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

+ 0 - 1
src/component/Header/MenuActionListItem/Search.jsx 查看文件

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