Ver código fonte

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

AlexiCauvin 6 anos atrás
pai
commit
5e653e15ef

+ 0 - 4
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx Ver arquivo

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