From 69cffc0177ce56f08f46cd9a5ea3dece8f6bce5b Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 9 Feb 2023 16:55:14 +0100 Subject: [PATCH] Add a quick workaround for a bug with the build step --- client/src/components/ContentBlock.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index eb94ca1d..84a9fdee 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -353,7 +353,8 @@ const root = computed(() => { }); -