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:
parent
bcf72c5143
commit
5d53bccdbf
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue