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")