Skip to content

Commit

Permalink
feature: do not display Continue button in report
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pribelszki committed Nov 2, 2023
1 parent fd3656d commit b8a7675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/form/export.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
&& result.task.report.children[0].type
&& 'error' === result.task.report.children[0].type
) {
this.displayReport(result.task.report.children[0], __('Error'));
this.displayReport(result.task.report.children[0], __('Error'), '', false);
}
}).on('error', function(err){
//format and display error message to user
Expand Down

0 comments on commit b8a7675

Please sign in to comment.