mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
disabled email if balance 0 / 5
This commit is contained in:
parent
4a993d9f08
commit
89bb9e8bef
@ -197,7 +197,7 @@ export default {
|
||||
return Number(this.isThisMonth ? this.maxGddThisMonth : this.maxGddLastMonth)
|
||||
},
|
||||
validMaxTime() {
|
||||
console.log('this.validMaxGDD', this.validMaxGDD)
|
||||
// console.log('this.validMaxGDD', this.validMaxGDD)
|
||||
return Number(this.validMaxGDD / 20)
|
||||
},
|
||||
},
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
v-slot="{ errors, valid, validated, ariaInput, ariaMsg }"
|
||||
>
|
||||
<b-form-group :label="label" :label-for="labelFor">
|
||||
{{ disabled }}
|
||||
<b-form-input
|
||||
v-model="currentValue"
|
||||
v-bind="ariaInput"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user