From 0f5e3a19be14125079f41de5c8e36a0d020f416e Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Thu, 25 Apr 2024 14:36:54 +0800 Subject: [PATCH] update --- src/components/Report/LateStartReportGen/LateStartReportGen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Report/LateStartReportGen/LateStartReportGen.tsx b/src/components/Report/LateStartReportGen/LateStartReportGen.tsx index ce4f6cd..f7a75d0 100644 --- a/src/components/Report/LateStartReportGen/LateStartReportGen.tsx +++ b/src/components/Report/LateStartReportGen/LateStartReportGen.tsx @@ -5,7 +5,7 @@ import SearchBox, { Criterion } from "../ReportSearchBox"; import { useTranslation } from "react-i18next"; import { LateStart } from "@/app/api/report"; //import { DownloadReportButton } from './DownloadReportButton'; -import axios from 'axios'; +// import axios from 'axios'; import { apiPath } from '../../../auth/utils'; //import { GET_QC_CATEGORY_COMBO } from 'utils/ApiPathConst'; interface Props {