From 1ddc63b3304fefb6cc50a7008aaa9a14af461b00 Mon Sep 17 00:00:00 2001
From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date: Mon, 9 Dec 2024 11:07:42 +0000
Subject: [PATCH] refactor: remove disabled state from Sampling and Roots tabs
---
client/src/App.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/App.tsx b/client/src/App.tsx
index fb4e603..867633b 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -523,7 +523,7 @@ const App = () => {
Ping
-
+
Sampling
{pendingSampleRequests.length > 0 && (
@@ -532,7 +532,7 @@ const App = () => {
)}
-
+
Roots