From 565fcc6f2429de744ec2e2cf12728d5f5fa7a86c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 24 Mar 2020 15:20:12 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 59621a31..1b37a564 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -219,6 +219,9 @@ export default { }); }, test(e) { + if (e == undefined) { + return; + } console.log("value changed deciding to emit", e); console.log("e.id=", e.id); if (e.id != null) {