fix: workflow panel

This commit is contained in:
zxhlyh 2025-04-18 13:44:56 +08:00
parent beaa51b86f
commit e684d64f85
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ const Panel: FC<PanelProps> = ({
{
components?.right
}
{
isRestoring && (
<div className='flex-1' />
)
}
{
showEnvPanel && (
<EnvPanel />