mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
fix(ui): fixed the bug about empty placeholder when plugin install successfully (#27780)
This commit is contained in:
@@ -63,7 +63,7 @@ const PluginTasks = () => {
|
||||
|
||||
return (
|
||||
<div
|
||||
className='flex items-center'
|
||||
className={cn('flex items-center', opacity < 0 && 'hidden')}
|
||||
style={{ opacity }}
|
||||
>
|
||||
<PortalToFollowElem
|
||||
|
||||
Reference in New Issue
Block a user