Skip to content

Commit

Permalink
changed display of chip to e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik.lange committed Feb 27, 2025
1 parent e91247e commit 40c9822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
@click="select"
@click:close="unselect(item)"
>
{{ item.email }}
{{ item.contact.email }}
</v-chip>
</template>
</v-combobox>
Expand Down

0 comments on commit 40c9822

Please sign in to comment.