필터 버그 픽스
This commit is contained in:
@@ -98,7 +98,7 @@ export const ListFilter = ({
|
|||||||
<div className="option-list pt-16 pb-86">
|
<div className="option-list pt-16 pb-86">
|
||||||
<FilterSelectMid
|
<FilterSelectMid
|
||||||
title={t('filter.merchant')}
|
title={t('filter.merchant')}
|
||||||
selectSetter={ setMid }
|
selectSetter={ setFilterMid }
|
||||||
showType={ 'GID' }
|
showType={ 'GID' }
|
||||||
></FilterSelectMid>
|
></FilterSelectMid>
|
||||||
<FilterButtonGroups
|
<FilterButtonGroups
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ export const CashReceiptFilter = ({
|
|||||||
<div className="option-list pt-16 pb-86">
|
<div className="option-list pt-16 pb-86">
|
||||||
<FilterSelectMid
|
<FilterSelectMid
|
||||||
title={t('filter.merchant')}
|
title={t('filter.merchant')}
|
||||||
selectSetter={ setMid }
|
selectSetter={ setFilterMid }
|
||||||
showType={ 'GID' }
|
showType={ 'GID' }
|
||||||
></FilterSelectMid>
|
></FilterSelectMid>
|
||||||
<FilterCalendar
|
<FilterCalendar
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ export const EscrowFilter = ({
|
|||||||
<div className="option-list pt-16 pb-86">
|
<div className="option-list pt-16 pb-86">
|
||||||
<FilterSelectMid
|
<FilterSelectMid
|
||||||
title={t('filter.merchant')}
|
title={t('filter.merchant')}
|
||||||
selectSetter={ setMid }
|
selectSetter={ setFilterMid }
|
||||||
showType={ 'GID' }
|
showType={ 'GID' }
|
||||||
></FilterSelectMid>
|
></FilterSelectMid>
|
||||||
<FilterSelectInput
|
<FilterSelectInput
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export const ListFilter = ({
|
|||||||
<div className="option-list pt-16 pb-86">
|
<div className="option-list pt-16 pb-86">
|
||||||
<FilterSelectMid
|
<FilterSelectMid
|
||||||
title={t('merchant.title')}
|
title={t('merchant.title')}
|
||||||
selectSetter={ setMid }
|
selectSetter={ setFilterMid }
|
||||||
showType={ 'GID' }
|
showType={ 'GID' }
|
||||||
></FilterSelectMid>
|
></FilterSelectMid>
|
||||||
<FilterCalendarMonth
|
<FilterCalendarMonth
|
||||||
|
|||||||
Reference in New Issue
Block a user