mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Bug: DB secret engine not showing "Select one" in role select options (#11294)
* fix issue on mongo db where the select one was not showing * add changelog
This commit is contained in:
3
changelog/11294.txt
Normal file
3
changelog/11294.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: fix issue where select-one option was not showing in secrets database role creation
|
||||
```
|
||||
@@ -22,6 +22,7 @@ export default Model.extend({
|
||||
}),
|
||||
type: attr('string', {
|
||||
label: 'Type of role',
|
||||
noDefault: true,
|
||||
possibleValues: ['static', 'dynamic'],
|
||||
}),
|
||||
ttl: attr({
|
||||
|
||||
Reference in New Issue
Block a user