mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Backport of UI: Fix blank secret on KV create > cancel
Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5a9b9ac819
commit
d2295e050d
3
changelog/22541.txt
Normal file
3
changelog/22541.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fix blank page or ghost secret when canceling KV secret create
|
||||
```
|
||||
@@ -337,6 +337,7 @@ export default Route.extend(UnloadModelRoute, {
|
||||
)
|
||||
) {
|
||||
version && version.rollbackAttributes();
|
||||
model && model.rollbackAttributes();
|
||||
this.unloadModel();
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user