diff --git a/src/components/inspectors/ConditionalRedirect/TaskDestination.vue b/src/components/inspectors/ConditionalRedirect/TaskDestination.vue index 8857ccdbf..ecec1c2b1 100644 --- a/src/components/inspectors/ConditionalRedirect/TaskDestination.vue +++ b/src/components/inspectors/ConditionalRedirect/TaskDestination.vue @@ -259,6 +259,7 @@ export default { this.$root.$emit('handle-task-interstitial', { nodeId, show: newValue === 'displayNextAssignedTask', + isConditionalRedirect: true, }); }, },