From 117b0f20dd1f08ffaf1de07355edc8ad1e4691d0 Mon Sep 17 00:00:00 2001 From: Yi Date: Thu, 7 Nov 2024 13:42:34 +0800 Subject: [PATCH] chore: update the plugin install dropdown styling --- .../plugins/plugin-page/install-plugin-dropdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()