update filter

This commit is contained in:
2024-02-27 15:22:30 +07:00
parent 5c2eba0c19
commit 41449fa6b1
2 changed files with 12 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ export default function List() {
<LocalizationProvider dateAdapter={AdapterDateFns}>
<DesktopDatePicker
label="End Date"
inputFormat="MM/dd/yyyy"
inputFormat="dd/MM/yyyy"
value={searchParams.get('end_date')}
onChange={(value) => {
try {