Jason Chuang 1 месяц назад
Родитель
Сommit
21c49c9e0a
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      src/pages/GFMIS/index.js

+ 0
- 1
src/pages/GFMIS/index.js Просмотреть файл

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


Загрузка…
Отмена
Сохранить