all filters + and add star inside checkbox
This commit is contained in:
@@ -184,8 +184,8 @@ const List: FC = () => {
|
||||
|
||||
<Filters
|
||||
fields={[
|
||||
{ type: 'date', name: 'dateFrom', placeholder: t('draft.from_date') },
|
||||
{ type: 'date', name: 'dateTo', placeholder: t('draft.to_date') },
|
||||
{ type: 'date', name: 'datestart', placeholder: t('draft.from_date') },
|
||||
{ type: 'date', name: 'dateend', placeholder: t('draft.to_date') },
|
||||
{ type: 'input', name: 'search', placeholder: t('draft.search') }
|
||||
]}
|
||||
onChange={handleFilterChange}
|
||||
|
||||
Reference in New Issue
Block a user