fix: send repair title to backend

This commit is contained in:
Julian Krauser 2025-07-26 11:50:10 +02:00
parent 0c5018147e
commit 7d08f3c9a8

View file

@ -143,7 +143,7 @@ export default defineComponent({
let createRepair: CreateRepairViewModel = {
affected: this.active,
affectedId: this.related,
title: formData.responsible.value,
title: formData.title.value,
description: formData.description.value,
responsible: formData.responsible.value,
reports: this.reports,