mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
delete @change='form.email = ' from form-radio button
This commit is contained in:
parent
8c9472c050
commit
8130f85ed8
@ -11,13 +11,7 @@
|
|||||||
</b-form-radio>
|
</b-form-radio>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-form-radio
|
<b-form-radio v-model="selected" name="radios" :value="sendTypes.link" size="lg">
|
||||||
v-model="selected"
|
|
||||||
name="radios"
|
|
||||||
:value="sendTypes.link"
|
|
||||||
size="lg"
|
|
||||||
@change="form.email = ''"
|
|
||||||
>
|
|
||||||
{{ $t('send_per_link') }}
|
{{ $t('send_per_link') }}
|
||||||
</b-form-radio>
|
</b-form-radio>
|
||||||
</b-col>
|
</b-col>
|
||||||
@ -144,7 +138,6 @@
|
|||||||
</b-button>
|
</b-button>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
</b-form>
|
</b-form>
|
||||||
</validation-observer>
|
</validation-observer>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user