Skip to content

Commit

Permalink
Force save of response edit
Browse files Browse the repository at this point in the history
  • Loading branch information
esurface committed Oct 22, 2024
1 parent 07f379f commit 6d5f471
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ export class GroupUploadsEditComponent implements OnInit {
this.restoreSP1DocumentVariables(response)
}

await this.formPlayer.saveResponse(response)
this.router.navigate([`../`], { relativeTo: this.route })
await this.formPlayer.saveResponse(response, true)
}

async getSP1DocumentVariables() {
Expand Down

0 comments on commit 6d5f471

Please sign in to comment.