mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
UI: Fix blank secret on KV create > cancel (#22541)
This commit is contained in:
parent
925702de10
commit
0f8bde72a9
2 changed files with 4 additions and 0 deletions
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue