feat: handle import from marketplace

This commit is contained in:
Joel
2024-10-23 15:00:31 +08:00
parent 8d8d5b5235
commit 2cb7b73ee7
2 changed files with 15 additions and 6 deletions

View File

@ -111,7 +111,9 @@ const PluginPage = ({
</Button>
</div>
{canManagement && (
<InstallPluginDropdown />
<InstallPluginDropdown
onSwitchToMarketplaceTab={() => setActiveTab('discover')}
/>
)}
{
canDebugger && (