From 756b3185de497f1908e766a730190e77fc09d06c Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Thu, 17 Aug 2023 01:44:18 -0700 Subject: [PATCH] Rename CellOptions --- .../OutputsTable/OutputCell/{TopActions.tsx => CellOptions.tsx} | 0 app/src/components/OutputsTable/OutputCell/OutputCell.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/src/components/OutputsTable/OutputCell/{TopActions.tsx => CellOptions.tsx} (100%) 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;