fix loading of run

This commit is contained in:
JzoNg 2024-03-18 14:19:47 +08:00
parent d537efe97a
commit 6e8ea528c2
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@ const RunPanel: FC<RunProps> = ({ activeTab = 'RESULT', runID }) => {
onClick={() => switchTab('TRACING')}
>{t('runLog.tracing')}</div>
</div>
<div className='flex h-full items-center justify-center bg-white'>
<Loading />
</div>
{/* panel detal */}
<div className={cn('grow bg-white h-0 overflow-y-auto', currentTab === 'TRACING' && '!bg-gray-50')}>
{loading && (