summaryrefslogtreecommitdiff
path: root/components/form-data/form-data-report-dialog.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-03-27 16:33:09 +0900
committerjoonhoekim <26rote@gmail.com>2025-03-27 16:33:09 +0900
commit34bbeb86c1a8d24b5f526710889b5e54d699cfd0 (patch)
tree19eaa9b8c266a5f6bc7f7d8fb9d9f949448c6b46 /components/form-data/form-data-report-dialog.tsx
parente6e98a1bed7a23d148ab97b3a7414ade4b1d236b (diff)
parenta2bb2de8aa7534b7b89993c395808b4b2b0b9f5d (diff)
merge
Diffstat (limited to 'components/form-data/form-data-report-dialog.tsx')
-rw-r--r--components/form-data/form-data-report-dialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/form-data/form-data-report-dialog.tsx b/components/form-data/form-data-report-dialog.tsx
index 5ddc5e0c..deb0873b 100644
--- a/components/form-data/form-data-report-dialog.tsx
+++ b/components/form-data/form-data-report-dialog.tsx
@@ -348,7 +348,7 @@ const importReportData: ImportReportData = async (
const objKey = label.split(" ").join("_");
- reportValueMapping[objKey] = reportValue[key];
+ reportValueMapping[objKey] = reportValue?.[key] ?? "";
});
const doc = await createDocument(reportFileBlob, {