We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ced94 commit 2066a61Copy full SHA for 2066a61
app/server/static/components/users.vue
@@ -16,9 +16,10 @@
16
b-select(
17
placeholder="e.g. Anne"
18
v-model="newRoleMapping.username"
19
- v-on:input="option => {checkValidExistingUser(option); newRoleMapping.userid = option}"
+ v-on:input="option => {checkValidExistingUser(option);\
20
+ newRoleMapping.userid = option}"
21
)
- option(v-for="otherUser in otherUsers", v-bind:value="otherUser.id", v-bind:key="otherUser.id")
22
+ option(v-for="otherUser in otherUsers", v-bind:value="otherUser.id")
23
| {{ otherUser.username }}
24
25
div.column
0 commit comments