Bladeren bron

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

AlexiCauvin 6 jaren geleden
bovenliggende
commit
5e653e15ef
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  1. 0 4
      frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx

+ 0 - 4
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx Bestand weergeven

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