mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
feat: add Empty component to installed plugin list
This commit is contained in:
@ -67,7 +67,9 @@ const TabSlider: FC<TabSliderProps> = ({
|
||||
}}
|
||||
>
|
||||
{option.text}
|
||||
{/* if no plugin installed, the badge won't show */}
|
||||
{option.value === 'plugins'
|
||||
&& pluginList.length > 0
|
||||
&& <Badge
|
||||
size='s'
|
||||
uppercase={true}
|
||||
|
||||
Reference in New Issue
Block a user