Remove conditional before assigning clinNumber because an empty string was returning false
This commit is contained in:
parent
1b6a3ca644
commit
08b4513797
@ -123,7 +123,7 @@ export default {
|
||||
if (!!event.value) this.endDate = new Date(event.value)
|
||||
this.validatePop()
|
||||
} else if (event.name.includes(NUMBER)) {
|
||||
if (!!event.value) this.clinNumber = event.value
|
||||
this.clinNumber = event.value
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user