Browse Source

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 year ago
parent
commit
9042ab353a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx

+ 1
- 1
src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx View File

@@ -26,7 +26,7 @@ const GenFinancialStatusReport: React.FC<Props> = ({ projects, teamCombo, userSt


const searchCriteria: Criterion<SearchParamNames>[] = useMemo( const searchCriteria: Criterion<SearchParamNames>[] = useMemo(
() => [ () => [
{ label: t("Team"), paramName: "code", type: "select", options: combo, needAll: !Boolean(userStaff.isTeamLead) },
{ label: t("Team"), paramName: "code", type: "select", options: combo, needAll: !Boolean(userStaff?.isTeamLead) },
// { // {
// label: "Status", // label: "Status",
// label2: "Remained Date To", // label2: "Remained Date To",


Loading…
Cancel
Save