From 34d0932b799f53a1b2b0cde9fbc9ddcdf1b348e8 Mon Sep 17 00:00:00 2001 From: well Date: Sun, 10 Nov 2024 17:18:48 +0800 Subject: [PATCH] no info --- l2-frontend/src/components/UploadFile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2-frontend/src/components/UploadFile.vue b/l2-frontend/src/components/UploadFile.vue index 97d36695fa..a2291d3b86 100644 --- a/l2-frontend/src/components/UploadFile.vue +++ b/l2-frontend/src/components/UploadFile.vue @@ -114,7 +114,7 @@ id="tp" :class="props.showResults ? 'tp-high' : 'tp'" > - {{ currentFormsInfo }} + {{ currentFormsInfo ? currentFormsInfo : 'Нет дополнительной информации' }}