From 32d090cc91883e27249491d44bbc8384c041c074 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:24:19 +0000 Subject: [PATCH] fix: remove unrelated test-fast-refresh class change Co-Authored-By: jacob.pusateri@wandb.com --- weave-js/src/contextProviders.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weave-js/src/contextProviders.tsx b/weave-js/src/contextProviders.tsx index e42b1db748b..8db98a36ff6 100644 --- a/weave-js/src/contextProviders.tsx +++ b/weave-js/src/contextProviders.tsx @@ -55,7 +55,7 @@ export const ComputeGraphContextProviderFromClient: React.FC<{client: Client}> = data-test-num-shadow-server-requests-counter={ GlobalCGEventTracker.shadowServerRequests } - className={isLoading ? 'loading cg-executing test-fast-refresh' : ''} + className={isLoading ? 'loading cg-executing' : ''} style={{height: '100%'}}> {children}