UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
351731e8
Commit
351731e8
authored
Aug 26, 2021
by
graham.smith
Browse files
Merge branch 'BULL-1171' into 'master'
BULL-1171 See merge request
!138
parents
5c3d71ce
dc477f66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
src/components/UserSelect.vue
src/components/UserSelect.vue
+5
-9
No files found.
src/components/UserSelect.vue
View file @
351731e8
...
@@ -49,15 +49,11 @@
...
@@ -49,15 +49,11 @@
<img
v-if=
"item.avatar"
:src=
"item.avatar"
:alt=
"data.item.name"
/>
<img
v-if=
"item.avatar"
:src=
"item.avatar"
:alt=
"data.item.name"
/>
<v-icon
x-large
v-else
>
mdi-account-circle
</v-icon>
<v-icon
x-large
v-else
>
mdi-account-circle
</v-icon>
</v-list-item-avatar>
</v-list-item-avatar>
<v-list-item-content>
<v-list-item-content>
<v-list-item-title
<v-list-item-title
class=
"text-left"
>
{{
item
.
name
}}
</v-list-item-title>
class=
"text-left"
<v-list-item-subtitle
class=
"text-left"
>
{{
v-html=
"item.name"
item
.
email
></v-list-item-title>
}}
</v-list-item-subtitle>
<v-list-item-subtitle
class=
"text-left"
v-html=
"item.email"
></v-list-item-subtitle>
</v-list-item-content>
</v-list-item-content>
</
template
>
</
template
>
</v-autocomplete>
</v-autocomplete>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment