From e02d3ab70f967828d79a61fa14ca7ab65f603455 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 Jun 2025 15:59:17 +0200 Subject: [PATCH] Fix: Resolve EOISection.vue build error - Fixed incomplete Vue component with missing end tag - Added missing functions: handleUpload, closeUploadDialog, deleteUploadedEOI, deleteGeneratedEOI - Resolved all TypeScript compilation errors - Enables successful Docker build --- components/EOISection.vue | 182 +++++++++++++++----------------------- 1 file changed, 71 insertions(+), 111 deletions(-) diff --git a/components/EOISection.vue b/components/EOISection.vue index e4a9b49..41e25a5 100644 --- a/components/EOISection.vue +++ b/components/EOISection.vue @@ -1,5 +1,3 @@ -<<<<<<< HEAD -=======