Skip to content

Commit

Permalink
fix: Use correct model for new role of existing user
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzznya committed Feb 25, 2024
1 parent 43d92e3 commit f7f1d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MongoDbConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ loadUsers();

<label>Role: </label>
<b-form-select
v-model="newUserRole.role"
v-model="newRoleForExistingUser.role"
:options="Object.values(MongoDbRoleRoleEnum)"
class="d-inline w-auto"
size="sm"
Expand Down

0 comments on commit f7f1d06

Please sign in to comment.