Skip to content

Commit

Permalink
fix: set currentSourceKey & currentSource in order
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welker committed Oct 30, 2024
1 parent db2d8a2 commit 86ba9e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ private void UpdateDestination(IRoutingSinkWithSwitching destination, RoutingInp
Name = sourceTieLine.SourcePort.Key,
};

destination.CurrentSourceInfo = tempSourceListItem; ;
destination.CurrentSourceInfoKey = "$transient";
destination.CurrentSourceInfo = tempSourceListItem;
return;
}

Expand Down

0 comments on commit 86ba9e0

Please sign in to comment.