Skip to content

Commit

Permalink
Update organizationReports.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Dec 19, 2024
1 parent 78c24f7 commit b424d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tabs/organizationReports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const OrganizationReports = () => {
// if (radiobutton === "ProjectReports") {
// setProjectTypes([
// "ModelOutputEvaluvation",
// "ModelInteractionEvaluvation",
// "ModelInteractionEvaluation",
// "InstructionDrivenChat",
// ]);
// setSelectedType("InstructionDrivenChat");
Expand All @@ -142,7 +142,7 @@ const OrganizationReports = () => {
// if (radiobutton === "UsersReports") {
// setProjectTypes([
// "ModelOutputEvaluvation",
// "ModelInteractionEvaluvation",
// "ModelInteractionEvaluation",
// "InstructionDrivenChat",
// "MultipleInteractionEvaluation",
// ]);
Expand Down

0 comments on commit b424d6a

Please sign in to comment.