balibabu
commited on
Commit
·
6251e7e
1
Parent(s):
6229599
feat: Allow the component id drop-down box to select the answer operator #3085 (#3087)
Browse files### 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
CHANGED
@@ -647,7 +647,6 @@ const ExcludedNodes = [
|
|
647 |
Operator.Categorize,
|
648 |
Operator.Relevant,
|
649 |
Operator.Begin,
|
650 |
-
Operator.Answer,
|
651 |
Operator.Note,
|
652 |
];
|
653 |
|
|
|
647 |
Operator.Categorize,
|
648 |
Operator.Relevant,
|
649 |
Operator.Begin,
|
|
|
650 |
Operator.Note,
|
651 |
];
|
652 |
|