mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
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
Block a user