From c9c3d03878badcb55d90a71f6e566f623ca741a6 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Thu, 16 Oct 2025 17:56:32 +0800 Subject: [PATCH] fix: keep start tab search results restorable --- .../block-selector/all-start-blocks.tsx | 38 +++++++++---------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/web/app/components/workflow/block-selector/all-start-blocks.tsx b/web/app/components/workflow/block-selector/all-start-blocks.tsx index ad8572d11a..61b454e996 100644 --- a/web/app/components/workflow/block-selector/all-start-blocks.tsx +++ b/web/app/components/workflow/block-selector/all-start-blocks.tsx @@ -67,6 +67,24 @@ const AllStartBlocks = ({ className='flex max-h-[640px] flex-col overflow-y-auto' >
+
+ + + {enableTriggerPlugin && ( + + )} +
+ {shouldShowEmptyState && (
@@ -87,26 +105,6 @@ const AllStartBlocks = ({
)} - - {!shouldShowEmptyState && ( - <> - - - { ( - - )} - - )}
{/* Footer - Same as Tools tab marketplace footer */}