update filter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user