From 77ad603c03991367a5e1af6c28973b9fac11af1c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 15 Apr 2021 19:12:36 +0000 Subject: [PATCH] --- ayanova/src/views/svc-workorder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index a88f1a21..e6d303ba 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -668,7 +668,7 @@ async function saveState(vm, err) { //it's new so save it let res = await window.$gz.api.upsert(`${API_BASE_URL}states`, o); if (res.error) { - err.states.push(res.error);//only saves one at a time so no need for collection stuff here + err.states.push(res.error); //only saves one at a time so no need for collection stuff here err.error = true; } else { vm.obj.states[i] = res.data;