Compare commits

...

1 Commits

Author SHA1 Message Date
Dominik Pschenitschni 282a39c785 feat: add team member with enter 2025-01-30 21:46:14 +01:00
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