Przeglądaj źródła

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 rok temu
rodzic
commit
4c42f9aeea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/components/CostAndExpenseReport/CostAndExpenseReport.tsx

+ 1
- 1
src/components/CostAndExpenseReport/CostAndExpenseReport.tsx Wyświetl plik

@@ -72,7 +72,7 @@ const CostAndExpenseReport: React.FC<Props> = ({ team, customer, subsidiary, nee
let postData: CostAndExpenseReportRequest = {
teamId: null,
clientId: null,
budgetPercentage: 0.99,
budgetPercentage: 1,
type: "all"
}
console.log(query.budgetPercentage)


Ładowanie…
Anuluj
Zapisz