From b8076575835cffdc1fdf7ca4f80292de07093cb0 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Sun, 27 Jul 2025 02:43:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20bugs=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/file/VLabelErrorProxy.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/file/VLabelErrorProxy.vue b/src/components/file/VLabelErrorProxy.vue index f56afe3..1274c65 100644 --- a/src/components/file/VLabelErrorProxy.vue +++ b/src/components/file/VLabelErrorProxy.vue @@ -21,3 +21,7 @@ watch(() => props.hasError, (val) => { emit('update:error', val); }); + +