feat: add team member with enter (#711)

This commit is contained in:
Dominik Pschenitschni 2025-05-07 17:00:39 +02:00 committed by GitHub
parent 72544fa36f
commit a21430d88a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -97,9 +97,10 @@
:title="$t('team.edit.members')"
:padding="false"
>
<div
<form
v-if="userIsAdmin && !team.oidcId"
class="p-4"
@submit.prevent="addUser"
>
<div class="field has-addons">
<div class="control is-expanded">
@ -135,7 +136,7 @@
>
{{ $t('team.edit.mustSelectUser') }}
</p>
</div>
</form>
<table class="table has-actions is-striped is-hoverable is-fullwidth">
<tbody>
<tr