diff --git a/web/app/components/plugins/plugin-page/install-plugin-dropdown.tsx b/web/app/components/plugins/plugin-page/install-plugin-dropdown.tsx index c658921b61..94e0d860f0 100644 --- a/web/app/components/plugins/plugin-page/install-plugin-dropdown.tsx +++ b/web/app/components/plugins/plugin-page/install-plugin-dropdown.tsx @@ -81,7 +81,7 @@ const InstallPluginDropdown = ({ onChange={handleFileChange} accept='.difypkg' /> -
+
{[ ...( (enable_marketplace || true) @@ -93,7 +93,7 @@ const InstallPluginDropdown = ({ ].map(({ icon: Icon, text, action }) => (
{ if (action === 'local') { fileInputRef.current?.click()