From 377639c04d67c29df1b2af66084fabd741ed4071 Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Tue, 17 Mar 2026 18:37:14 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-INFRA-013=20=D0=94=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20UNIQUE-=D0=BE=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=20pro?= =?UTF-8?q?ject=5Flinks(from=5Fproject,=20to=5Fproject,=20type)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/frontend/src/views/ProjectView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/src/views/ProjectView.vue b/web/frontend/src/views/ProjectView.vue index 2c4b7be..654ee9c 100644 --- a/web/frontend/src/views/ProjectView.vue +++ b/web/frontend/src/views/ProjectView.vue @@ -395,7 +395,7 @@ const links = ref([]) const linksLoading = ref(false) const linksError = ref('') const showAddLink = ref(false) -const linkForm = ref({ to_project: '', link_type: 'depends_on', description: '' }) +const linkForm = ref({ to_project: '', type: 'depends_on', description: '' }) const linkFormError = ref('') const linkSaving = ref(false)