diff --git a/app/src/components/OutputsTable/OutputCell/TopActions.tsx b/app/src/components/OutputsTable/OutputCell/CellOptions.tsx similarity index 100% rename from app/src/components/OutputsTable/OutputCell/TopActions.tsx rename to app/src/components/OutputsTable/OutputCell/CellOptions.tsx diff --git a/app/src/components/OutputsTable/OutputCell/OutputCell.tsx b/app/src/components/OutputsTable/OutputCell/OutputCell.tsx index e5cb0fb..ff36733 100644 --- a/app/src/components/OutputsTable/OutputCell/OutputCell.tsx +++ b/app/src/components/OutputsTable/OutputCell/OutputCell.tsx @@ -11,7 +11,7 @@ import { OutputStats } from "./OutputStats"; import { RetryCountdown } from "./RetryCountdown"; import frontendModelProviders from "~/modelProviders/frontendModelProviders"; import { ResponseLog } from "./ResponseLog"; -import { CellOptions } from "./TopActions"; +import { CellOptions } from "./CellOptions"; const WAITING_MESSAGE_INTERVAL = 20000;