Skip to content

Commit

Permalink
refactor: fix graph, clear on init
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 2, 2024
1 parent 2e36467 commit 1e1e1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elm/Pages/Org_/Repo_/Build_/Graph.elm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ init shared route () =
, repo = route.params.repo
, buildNumber = route.params.buildNumber
}
, clearBuildGraph |> Effect.sendCmd
]
)

Expand Down

0 comments on commit 1e1e1e9

Please sign in to comment.