From 52b6e2ee4f596640d40a27273c70f1e29f23c56c Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 2 May 2024 15:27:38 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20evaluation=20text=20in=20=C3=BCK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SelfEvaluationAndFeedbackList.vue | 6 ++++-- client/src/composables.ts | 11 +++++++++++ client/src/pages/competence/CompetenceParentPage.vue | 5 +++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackList.vue b/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackList.vue index 00ad9135..eea71983 100644 --- a/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackList.vue +++ b/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackList.vue @@ -1,6 +1,6 @@