mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: handle import from marketplace
This commit is contained in:
@ -111,7 +111,9 @@ const PluginPage = ({
|
||||
</Button>
|
||||
</div>
|
||||
{canManagement && (
|
||||
<InstallPluginDropdown />
|
||||
<InstallPluginDropdown
|
||||
onSwitchToMarketplaceTab={() => setActiveTab('discover')}
|
||||
/>
|
||||
)}
|
||||
{
|
||||
canDebugger && (
|
||||
|
||||
Reference in New Issue
Block a user