mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix(frontend): no receiver on send by link
This commit is contained in:
parent
5504160c0a
commit
06190cafba
@ -49,8 +49,8 @@
|
|||||||
<b-row>
|
<b-row>
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="12">
|
<b-col cols="12" v-if="radioSelected === sendTypes.send">
|
||||||
<div v-if="radioSelected === sendTypes.send && !gradidoID">
|
<div v-if="!gradidoID">
|
||||||
<input-email
|
<input-email
|
||||||
:name="$t('form.recipient')"
|
:name="$t('form.recipient')"
|
||||||
:label="$t('form.recipient')"
|
:label="$t('form.recipient')"
|
||||||
@ -60,7 +60,7 @@
|
|||||||
@onValidation="onValidation"
|
@onValidation="onValidation"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="gradidoID" class="mb-4">
|
<div v-else class="mb-4">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col>{{ $t('form.recipient') }}</b-col>
|
<b-col>{{ $t('form.recipient') }}</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user