Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Aug 27, 2024
2 parents 3a39d92 + 389a09b commit 36617b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export default {
this.task.interstitial_screen['_interstitial'] = true;
this.screen = this.task.interstitial_screen;
}
if (this.task.bpmn_tag_name === 'manualTask') {
if (this.task?.bpmn_tag_name === 'manualTask') {
this.checkTaskStatus();
this.reload();
}
Expand Down

0 comments on commit 36617b3

Please sign in to comment.