From fe31847269051bf0abf87b39f4cd7f7c63835ae2 Mon Sep 17 00:00:00 2001 From: thevortexcloud <110272833+thevortexcloud@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:15:08 +0000 Subject: [PATCH] Allow miltiple file uploads on creation (#528) * Fix #317 * Fix(?) lint errors * Actually fix all the lint errors * Fix type check errors --- frontend/components/Base/Modal.vue | 2 +- frontend/components/Item/CreateModal.vue | 45 +++++++++++++----------- frontend/lib/api/types/data-contracts.ts | 6 ++++ 3 files changed, 31 insertions(+), 22 deletions(-) diff --git a/frontend/components/Base/Modal.vue b/frontend/components/Base/Modal.vue index 88296d50..9eb4be12 100644 --- a/frontend/components/Base/Modal.vue +++ b/frontend/components/Base/Modal.vue @@ -6,7 +6,7 @@ :class="{ 'modal-bottom': !props.modalTop }" :modal-top="props.modalTop" > -
File name: {{ form.photo?.name }}
+File name: {{ photo.photoName }}
@@ -71,7 +72,7 @@