From 8e50bdef2104047e2706d5c3987b2889b5c34705 Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Tue, 20 May 2025 00:13:24 +0200 Subject: [PATCH] fix: questions worden meteen herladen bij aanmaken nieuwe question zodat deze meteen getoond wordt --- frontend/src/components/QuestionBox.vue | 5 ++++- frontend/src/controllers/questions.ts | 1 + frontend/src/views/learning-paths/LearningPathPage.vue | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/QuestionBox.vue b/frontend/src/components/QuestionBox.vue index aac5955f..13bb1536 100644 --- a/frontend/src/components/QuestionBox.vue +++ b/frontend/src/components/QuestionBox.vue @@ -1,7 +1,7 @@