Jason Chuang 1 mese fa
parent
commit
21c49c9e0a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/pages/GFMIS/index.js

+ 0
- 1
src/pages/GFMIS/index.js Vedi File

@@ -259,7 +259,6 @@ const Index = () => {
format="DD/MM/YYYY" format="DD/MM/YYYY"
// label="Credit Date" // label="Credit Date"
value={inputDate === null ? null : dayjs(inputDate)} value={inputDate === null ? null : dayjs(inputDate)}
maxDate={searchCriteria.dateTo === null ? null : dayjs(searchCriteria.dateTo)}
minDate={searchCriteria.dateFrom === null ? null : dayjs(searchCriteria.dateFrom)} minDate={searchCriteria.dateFrom === null ? null : dayjs(searchCriteria.dateFrom)}
onChange={(newValue) => { onChange={(newValue) => {
// console.log(newValue) // console.log(newValue)


Caricamento…
Annulla
Salva