From 3cf77c86457983182644c4f0465f7ad8f201fb26 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 23 Jan 2022 22:33:22 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-item-units.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue index bf663968..5ecfe66e 100644 --- a/ayanova/src/components/work-order-item-units.vue +++ b/ayanova/src/components/work-order-item-units.vue @@ -266,12 +266,6 @@ :aya-type="$ay.ayt().WorkOrderItem" :aya-id="value.id" :readonly="formState.readOnly" - :error-messages=" - form().serverErrors( - this, - `Items[${activeWoItemIndex}].units[${activeItemIndex}].workOrderItemUnitWiki` - ) - " @input=" fieldValueChanged( `Items[${activeWoItemIndex}].units[${activeItemIndex}].wiki`