mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change default check of null to unexpected
This commit is contained in:
parent
119f9e9734
commit
f206585b67
@ -43,7 +43,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
currentValue: this.defaultValue !== null ? this.defaultValue : '',
|
currentValue: this.defaultValue !== undefined ? this.defaultValue : '',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user