feat: beschrijving van assignment editen werkt

This commit is contained in:
Joyelle Ndagijimana 2025-05-17 00:58:50 +02:00
parent 862e72ef4a
commit 92e7bccf5f
2 changed files with 39 additions and 46 deletions

View file

@ -49,6 +49,8 @@
const { valid } = await form.value.validate();
if (!valid) return;
console.log(selectedLearningPath.value);
let lp = selectedLearningPath.value;
if (!lpIsSelected) {
lp = selectedLearningPath.value?.hruid;
@ -81,7 +83,7 @@
@submit.prevent="submitFormHandler"
>
<v-container class="step-container pa-0">
<!-- Titel veld -->
<!-- Title field -->
<v-text-field
v-model="assignmentTitle"
:label="t('title')"