mirror of https://github.com/langgenius/dify.git
fix(ui): fixed the bug about empty placeholder when plugin install successfully (#27780)
This commit is contained in:
parent
6190cfbfd8
commit
95471b1188
|
|
@ -63,7 +63,7 @@ const PluginTasks = () => {
|
|||
|
||||
return (
|
||||
<div
|
||||
className='flex items-center'
|
||||
className={cn('flex items-center', opacity < 0 && 'hidden')}
|
||||
style={{ opacity }}
|
||||
>
|
||||
<PortalToFollowElem
|
||||
|
|
|
|||
Loading…
Reference in New Issue