feat: add team member with enter

This commit is contained in:
Dominik Pschenitschni
2025-01-30 21:46:14 +01:00
parent e9444159c5
commit 282a39c785

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