This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui
1 year ago
parent
236bbf6aa5
commit
4c42f9aeea
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/CostAndExpenseReport/CostAndExpenseReport.tsx
+ 1
- 1
src/components/CostAndExpenseReport/CostAndExpenseReport.tsx
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save