Skip to content

Commit

Permalink
clear model of repo when visiting org secrets page
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Sep 5, 2023
1 parent 9671ef4 commit d356064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -3741,6 +3741,7 @@ loadOrgSecretsPage model maybePage maybePerPage engine org =
{ secretsModel
| orgSecrets = Loading
, org = org
, repo = ""
, engine = engine
, type_ = Vela.OrgSecret
}
Expand Down

0 comments on commit d356064

Please sign in to comment.