mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
disabled email if balance 0 / 2
This commit is contained in:
parent
429f029fa3
commit
83bfc84f4f
@ -56,7 +56,7 @@
|
|||||||
:label="$t('form.recipient')"
|
:label="$t('form.recipient')"
|
||||||
:placeholder="$t('form.email')"
|
:placeholder="$t('form.email')"
|
||||||
v-model="form.email"
|
v-model="form.email"
|
||||||
disabled: isBalanceDisabled
|
disabled="isBalanceDisabled"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user