From b0650a5bf42bac15fe2a562dc258c32a6441031d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28MarkL4YG=29?= Date: Sat, 12 Jul 2025 12:45:18 +0200 Subject: [PATCH 1/4] chore: Minor optimizations - Optimize code, update a validation message and fix code inspection warning --- frontend/src/components/CertificateEditor.vue | 9 +++------ frontend/tsconfig.app.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/CertificateEditor.vue b/frontend/src/components/CertificateEditor.vue index 30e13ae..b9a4860 100644 --- a/frontend/src/components/CertificateEditor.vue +++ b/frontend/src/components/CertificateEditor.vue @@ -1,7 +1,7 @@