mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change status disable in computed
This commit is contained in:
parent
0742b9f604
commit
56a13cde95
@ -99,7 +99,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
disabled: function () {
|
||||
return this.form.newPassword.password === this.form.newPassword.passwordRepeat
|
||||
return (this.form.newPassword.password !== '') && (this.form.newPassword.password === this.form.newPassword.passwordRepeat)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user