Skip to content

Commit

Permalink
Bug: DB secret engine not showing "Select one" in role select options (
Browse files Browse the repository at this point in the history
…#11294) (#11326)

* fix issue on mongo db where the select one was not showing

* add changelog
  • Loading branch information
Monkeychip authored Apr 8, 2021
1 parent 1c0f2b6 commit 01882ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/11294.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: fix issue where select-one option was not showing in secrets database role creation
```
1 change: 1 addition & 0 deletions ui/app/models/database/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default Model.extend({
}),
type: attr('string', {
label: 'Type of role',
noDefault: true,
possibleValues: ['static', 'dynamic'],
}),
ttl: attr({
Expand Down

0 comments on commit 01882ca

Please sign in to comment.