Skip to content

Commit

Permalink
fix(viz): always fetch graph when clicking refresh (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored Sep 19, 2024
1 parent 9311d31 commit 6b5a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Org_/Repo_/Build_/Graph.elm
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ update shared route msg model =
False

runEffect =
if isBuildRunning then
if isBuildRunning || options.freshDraw then
Effect.getBuildGraph
{ baseUrl = shared.velaAPIBaseURL
, session = shared.session
Expand Down

0 comments on commit 6b5a336

Please sign in to comment.