Skip to content

Commit

Permalink
Fix control panel refresh bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stidsborg committed Aug 2, 2024
1 parent 077fedc commit 7afcd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Cleipnir.ResilientFunctions/Domain/ControlPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public async Task Refresh()
InnerResult = sf.Result;
PostponedUntil = sf.PostponedUntil;
PreviouslyThrownException = sf.PreviouslyThrownException;
_effects = null;
Messages = await _invocationHelper.GetExistingMessages(FlowId);
States = await _invocationHelper.GetExistingStates(FlowId, sf.DefaultState);
Timeouts = await _invocationHelper.GetExistingTimeouts(FlowId);
Expand Down

0 comments on commit 7afcd9c

Please sign in to comment.