From 4fac66fa80621f2345097e279a04adf855044768 Mon Sep 17 00:00:00 2001 From: balibabu Date: Tue, 29 Oct 2024 18:01:26 +0800 Subject: [PATCH] feat: Allow the component id drop-down box to select the answer operator #3085 (#3087) ### What problem does this PR solve? feat: Allow the component id drop-down box to select the answer operator #3085 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe): --- web/src/pages/flow/hooks.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/pages/flow/hooks.ts b/web/src/pages/flow/hooks.ts index 580f86f24de..91bd24e8e81 100644 --- a/web/src/pages/flow/hooks.ts +++ b/web/src/pages/flow/hooks.ts @@ -647,7 +647,6 @@ const ExcludedNodes = [ Operator.Categorize, Operator.Relevant, Operator.Begin, - Operator.Answer, Operator.Note, ];