Remove conditional before assigning clinNumber because an empty string was returning false
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user