Skip to content

Commit

Permalink
POR-1778 prevent env from being cleared out on revert (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards authored Sep 20, 2023
1 parent 212dbda commit 46ce655
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ const RevisionsList: React.FC<Props> = ({
clientAppFromProto({
proto: revertData.app,
overrides: servicesFromYaml,

variables: revertData.variables,
secrets: revertData.secrets,
})
);
setRevertData(null);
Expand Down

0 comments on commit 46ce655

Please sign in to comment.