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:
Angel Garbarino 2021-04-08 13:46:40 -06:00 committed by GitHub
parent bcf72c5143
commit 5d53bccdbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
changelog/11294.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: fix issue where select-one option was not showing in secrets database role creation
```

View File

@ -22,6 +22,7 @@ export default Model.extend({
}),
type: attr('string', {
label: 'Type of role',
noDefault: true,
possibleValues: ['static', 'dynamic'],
}),
ttl: attr({