From 1595ffbe768cbe9b62f4a2c66462f2761ba01ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Mon, 6 Oct 2025 13:51:46 +0200 Subject: [PATCH] Whoops --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.js b/ui.js index 8baa194..eca3a0d 100644 --- a/ui.js +++ b/ui.js @@ -83,7 +83,7 @@ async function collaborators_layout(content, result) { let consultant_name = new ElementBuilder("input") .type("text") .placeholder("Jméno konzultanta práce (vč. titulů), příp. konzultantů") - .on_input((e) => result.supervisor_name = e.target.value) + .on_input((e) => result.consultant_name = e.target.value) .finish(); let has_supervisor = new ElementBuilder("input#has-supervisor")