Skip to content

Commit

Permalink
Adm 694 [frontend] [backend]Rework report display in page Overview&De…
Browse files Browse the repository at this point in the history
…tail report (#1255)

* Adm 694 [frontend][backend] Rework report display in page Overview&Detail report

* AMD-694-fix [frontend] fix: change value of throughput

---------

Co-authored-by: yiping-wu <141200259+doujiao-001@users.noreply.github.com>
Co-authored-by: yp.wu <yiping.wu@yipings-MacBook-Pro.local>
  • Loading branch information
3 people authored Mar 21, 2024
1 parent 1e99a55 commit 80ba8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/clients/report/ReportClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ReportClient extends HttpClient {
fromReview: 0,
fromDone: 0,
totalReworkCards: 0,
throughput: 0,
throughput: 1,
reworkCardsRatio: 0,
},
classificationList: [
Expand Down

0 comments on commit 80ba8f7

Please sign in to comment.