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 */}