Docfix: "Fix" is not a valid release-note type (#12676)

This commit is contained in:
Chelsea Shaw 2021-09-29 14:54:58 -06:00 committed by GitHub
parent b4874869e6
commit 0991dc2f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
```release-note:bug-fix
```release-note:bug
ui: Revert fix for PR [11423](https://github.com/hashicorp/vault/pull/11423).
```

View file

@ -1,3 +1,3 @@
```release-note:fix
```release-note:bug
ui: fix missing navbar items on login to namespace
```