Skip to content

Commit

Permalink
Merge branch 'main' into chore/elm-deps-browserlist
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk authored Sep 19, 2024
2 parents 22de71d + 6b5a336 commit 128826c
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 128826c

Please sign in to comment.