소스 검색

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'