From a73f70c8a4b1531bb09d53080f1f1c6f7bc35535 Mon Sep 17 00:00:00 2001 From: Allan England Date: Mon, 25 Nov 2024 11:58:23 +0000 Subject: [PATCH] Prep for merge into master --- src/main/webui/src/App2.tsx | 1 - .../webui/src/ProposalManagerView/landingPage/tacCycles.tsx | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webui/src/App2.tsx b/src/main/webui/src/App2.tsx index 700c20f..380c225 100644 --- a/src/main/webui/src/App2.tsx +++ b/src/main/webui/src/App2.tsx @@ -75,7 +75,6 @@ import ObservationFieldsPanel from "./ProposalEditorView/observationFields/Obser import AssignReviewersPanel from "./ProposalManagerView/assignReviewers/AssignReviewersPanel.tsx"; import ErrorPage from "./errorHandling/error-page.jsx" import {PanelFrame} from "./commonPanel/appearance.tsx"; -import ProposalsStatus from "./ProposalEditorView/landingPage/proposalsStatus.tsx"; import TacCycles from "./ProposalManagerView/landingPage/tacCycles.tsx"; import EditorLandingPage from "./ProposalEditorView/landingPage/editorLandingPage.tsx"; diff --git a/src/main/webui/src/ProposalManagerView/landingPage/tacCycles.tsx b/src/main/webui/src/ProposalManagerView/landingPage/tacCycles.tsx index bfb8092..23c4f4e 100644 --- a/src/main/webui/src/ProposalManagerView/landingPage/tacCycles.tsx +++ b/src/main/webui/src/ProposalManagerView/landingPage/tacCycles.tsx @@ -30,6 +30,7 @@ function GetCountSubmittedProposals(props:CycleRowProps) { } } +// TODO: Change this from a count of committee members to a count of reviewers function GetReviewers(props:CycleRowProps) { const {data, error, isLoading} = useTACResourceGetCommitteeMembers({pathParams:{cycleCode: props.cycleId}}); @@ -141,7 +142,7 @@ function TacCycles (): ReactElement { Observing start Observing end Submitted proposals - Assigned reviewers + TAC members