Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Acute upgrade (#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMichaelSmith authored May 18, 2022
1 parent ceaafd0 commit 989e29f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions parlai/crowdsourcing/tasks/acute_eval/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ class MultitaskFrontend extends React.Component {
let passed_props = {
onValidDataChange: (valid, data) => this.onValidData(valid, data),
nextButtonCallback: () => this.nextButtonCallback(),
allDoneCallback: () => this.props.onSubmit(this.state.response_data),
allDoneCallback: () => this.props.onSubmit({final_data: this.state.response_data}),
show_next_task_button: this.state.show_next_task_button,
frame_height: frame_height,
task_config: task_config,
Expand Down

0 comments on commit 989e29f

Please sign in to comment.