Skip to content

Commit

Permalink
hide enrich
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Apr 25, 2024
1 parent c12632c commit bfd3812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/pages/logs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ const columns = {
timeColumn("createdAt"),
nameColumn("Model"),
durationColumn(),
enrichmentColumn("topics"),
enrichmentColumn("sentiment"),
enrichmentColumn("pii"),
// enrichmentColumn("topics"),
// enrichmentColumn("sentiment"),
// enrichmentColumn("pii"),

userColumn(),
{
Expand Down
3 changes: 1 addition & 2 deletions packages/frontend/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import { NextSeo } from "next-seo"
import Router from "next/router"

import { useOrg, useUser, useProject, useChecklists } from "@/utils/dataHooks"
import { useOrg, useUser, useProject } from "@/utils/dataHooks"
import useSWR from "swr"
import RenamableField from "@/components/blocks/RenamableField"
import { CheckLogic, hasAccess } from "shared"
Expand All @@ -26,7 +26,6 @@ import { fetcher } from "@/utils/fetcher"
import { notifications } from "@mantine/notifications"
import { modals } from "@mantine/modals"
import CheckPicker from "@/components/checks/Picker"
import { ChecklistCard } from "./evaluations/checklists"

function Keys() {
const [regenerating, setRegenerating] = useState(false)
Expand Down

0 comments on commit bfd3812

Please sign in to comment.