mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
UI: Fix blank secret on KV create > cancel (#22541)
This commit is contained in:
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
|
||||
```
|
||||
@@ -346,6 +346,7 @@ export default Route.extend(UnloadModelRoute, {
|
||||
)
|
||||
) {
|
||||
version && version.rollbackAttributes();
|
||||
model && model.rollbackAttributes();
|
||||
this.unloadModel();
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user