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`