Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Turn run one output back on for output component
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Apr 6, 2022
1 parent ae5eb47 commit 6519c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/Output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Output extends ThothComponent<void> {
super('Output')

this.task = {
// runOneInput: true,
runOneInput: true,
outputs: {
text: 'output',
trigger: 'option',
Expand Down

0 comments on commit 6519c84

Please sign in to comment.