From 1dc2d7f4a2caed4911899c0c9d354bf4cdcec5f2 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 15 Nov 2024 16:47:56 +0800 Subject: [PATCH] chore: fix jump url --- .../workflow/block-selector/market-place-plugin/list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/workflow/block-selector/market-place-plugin/list.tsx b/web/app/components/workflow/block-selector/market-place-plugin/list.tsx index 2e7e13be9e..540b7d924f 100644 --- a/web/app/components/workflow/block-selector/market-place-plugin/list.tsx +++ b/web/app/components/workflow/block-selector/market-place-plugin/list.tsx @@ -26,7 +26,7 @@ const List = ({ const { t } = useTranslation() const hasFilter = !searchText const hasRes = list.length > 0 - const urlWithSearchText = `${marketplaceUrlPrefix}/marketplace?q=${searchText}&tags=${tags.join(',')}` + const urlWithSearchText = `${marketplaceUrlPrefix}/?q=${searchText}&tags=${tags.join(',')}` const nextToStickyELemRef = useRef(null) const { handleScroll, scrollPosition } = useStickyScroll({ @@ -65,7 +65,7 @@ const List = ({ return ( {t('plugin.findMoreInMarketplace')}