From 18df2a93ea06e5419da3e627abd10f5cdc9fec0a Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Tue, 17 Oct 2023 19:42:28 -0700 Subject: [PATCH] button type def --- frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx b/frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx index d13555e..6813460 100644 --- a/frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx +++ b/frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx @@ -111,6 +111,7 @@ function TestItem({ test, onDelete }: { test: IRagTest; onDelete: any }) {