diff --git a/app/server/static/components/users.vue b/app/server/static/components/users.vue index 638a5de2..ff3ced47 100644 --- a/app/server/static/components/users.vue +++ b/app/server/static/components/users.vue @@ -16,9 +16,10 @@ b-select( placeholder="e.g. Anne" v-model="newRoleMapping.username" - v-on:input="option => {checkValidExistingUser(option); newRoleMapping.userid = option}" + v-on:input="option => {checkValidExistingUser(option);\ + newRoleMapping.userid = option}" ) - option(v-for="otherUser in otherUsers", v-bind:value="otherUser.id", v-bind:key="otherUser.id") + option(v-for="otherUser in otherUsers", v-bind:value="otherUser.id") | {{ otherUser.username }} div.column