diff --git a/Services/client/src/components/FileFormWrapper.vue b/Services/client/src/components/FileFormWrapper.vue index 9e35013..1857c38 100644 --- a/Services/client/src/components/FileFormWrapper.vue +++ b/Services/client/src/components/FileFormWrapper.vue @@ -108,7 +108,7 @@ async function submitFileForm( ) { currentParam.value = value - const fileInfo = file.value[currentInfo.value.path].find( + const fileInfo = file.value[currentInfo.value.path]?.find( (v) => v.fileName === value.file?.name, )