Преглед на файлове

https://github.com/tracim/tracim/issues/740, remove the subdropdow header from the dropdown status

AlexiCauvin преди 6 години
родител
ревизия
5e653e15ef
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx

+ 0 - 4
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx Целия файл

@@ -27,10 +27,6 @@ export const SelectStatus = props => {
27 27
       </button>
28 28
 
29 29
       <div className='selectStatus__submenu dropdown-menu' aria-labelledby='dropdownMenu2'>
30
-        <h6 className='dropdown-header'>{props.t('File status')}</h6>
31
-
32
-        <div className='dropdown-divider' />
33
-
34 30
         {props.availableStatus.map(s =>
35 31
           <button
36 32
             className='selectStatus__submenu__item current dropdown-item'