From 6e8ea528c218cb4ebd1aff3084d9193bd21aad1d Mon Sep 17 00:00:00 2001 From: JzoNg Date: Mon, 18 Mar 2024 14:19:47 +0800 Subject: [PATCH] fix loading of run --- web/app/components/workflow/run/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/app/components/workflow/run/index.tsx b/web/app/components/workflow/run/index.tsx index fda74873ed..5dd6233f95 100644 --- a/web/app/components/workflow/run/index.tsx +++ b/web/app/components/workflow/run/index.tsx @@ -116,9 +116,6 @@ const RunPanel: FC = ({ activeTab = 'RESULT', runID }) => { onClick={() => switchTab('TRACING')} >{t('runLog.tracing')} -
- -
{/* panel detal */}
{loading && (