Skip to content

Commit 2066a61

Browse files
fix lint errors
1 parent c2ced94 commit 2066a61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/server/static/components/users.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
b-select(
1717
placeholder="e.g. Anne"
1818
v-model="newRoleMapping.username"
19-
v-on:input="option => {checkValidExistingUser(option); newRoleMapping.userid = option}"
19+
v-on:input="option => {checkValidExistingUser(option);\
20+
newRoleMapping.userid = option}"
2021
)
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")
2223
| {{ otherUser.username }}
2324

2425
div.column

0 commit comments

Comments
 (0)