From e9a932e0f04de9a9ecda22410a1d7507c6d09d83 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 14 Jan 2025 16:47:13 +0000 Subject: [PATCH] feat: use withDefaults in Description (#2453) This will not fix the current issues yet, but I think it makes sense to start with this to rule this out. Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2453 Reviewed-by: konrad Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- .../components/tasks/partials/Description.vue | 40 ++++++++----------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/tasks/partials/Description.vue b/frontend/src/components/tasks/partials/Description.vue index e5896bbac..ea1f2ebe4 100644 --- a/frontend/src/components/tasks/partials/Description.vue +++ b/frontend/src/components/tasks/partials/Description.vue @@ -38,7 +38,7 @@