Skip to content

Commit

Permalink
backport of commit 0f8bde7
Browse files Browse the repository at this point in the history
  • Loading branch information
hashishaw committed Aug 23, 2023
1 parent ca9e895 commit 01de264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/22541.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fix blank page or ghost secret when canceling KV secret create
```
1 change: 1 addition & 0 deletions ui/app/routes/vault/cluster/secrets/backend/secret-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export default Route.extend(UnloadModelRoute, {
)
) {
version && version.rollbackAttributes();
model && model.rollbackAttributes();
this.unloadModel();
return true;
} else {
Expand Down

0 comments on commit 01de264

Please sign in to comment.