all filters + and add star inside checkbox

This commit is contained in:
hamid zarghami
2025-07-23 15:44:46 +03:30
parent 0778ecae76
commit 1f3dcac623
27 changed files with 262 additions and 128 deletions
+2 -2
View File
@@ -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}