Skip to content

Commit

Permalink
Do not redirect if redirection is taskSource
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Oct 8, 2024
1 parent 17e96f9 commit b24af16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ export default {
if (
elementDestinationValue &&
elementDestinationValue !== 'taskSource' &&
data?.params[0]?.tokenId === this.taskId &&
data?.params[0]?.requestStatus === 'ACTIVE'
) {
Expand Down

0 comments on commit b24af16

Please sign in to comment.