AlexiCauvin преди 5 години
родител
ревизия
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,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'