Skip to content

Commit

Permalink
feat: Allow the component id drop-down box to select the answer opera…
Browse files Browse the repository at this point in the history
…tor infiniflow#3085 (infiniflow#3087)

### What problem does this PR solve?

feat: Allow the component id drop-down box to select the answer operator
infiniflow#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):
  • Loading branch information
cike8899 authored Oct 29, 2024
1 parent 378ea91 commit 4fac66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/flow/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ const ExcludedNodes = [
Operator.Categorize,
Operator.Relevant,
Operator.Begin,
Operator.Answer,
Operator.Note,
];

Expand Down

0 comments on commit 4fac66f

Please sign in to comment.