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;