mirror of https://github.com/langgenius/dify.git
fix: workflow panel
This commit is contained in:
parent
beaa51b86f
commit
e684d64f85
|
@ -38,11 +38,6 @@ const Panel: FC<PanelProps> = ({
|
|||
{
|
||||
components?.right
|
||||
}
|
||||
{
|
||||
isRestoring && (
|
||||
<div className='flex-1' />
|
||||
)
|
||||
}
|
||||
{
|
||||
showEnvPanel && (
|
||||
<EnvPanel />
|
||||
|
|
Loading…
Reference in New Issue