ソースを参照

update

CR013B2
Jason Chuang 1ヶ月前
コミット
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)


読み込み中…
キャンセル
保存