From f5d18d4e2848f88a11276d6e0b56ad214c620d50 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 29 May 2025 10:41:56 +0800 Subject: [PATCH] fix: search ui broken in explore page --- web/app/components/plugins/marketplace/search-box/index.tsx | 2 +- web/app/components/workflow/block-selector/index.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/plugins/marketplace/search-box/index.tsx b/web/app/components/plugins/marketplace/search-box/index.tsx index 0c09660195..5f19afbba6 100644 --- a/web/app/components/plugins/marketplace/search-box/index.tsx +++ b/web/app/components/plugins/marketplace/search-box/index.tsx @@ -35,7 +35,7 @@ const SearchBox = ({ className='z-[11] flex items-center' >
= ({ onTagsChange={setTags} size='small' placeholder={t('plugin.searchTools')!} + inputClassName='grow' /> )}