diff --git a/src/components/upload-file/UploadFile.vue b/src/components/upload-file/UploadFile.vue index 1e5bd73a..13d1584e 100644 --- a/src/components/upload-file/UploadFile.vue +++ b/src/components/upload-file/UploadFile.vue @@ -31,7 +31,7 @@ const currentIndexDropdownList = ref(0); const props = withDefaults( defineProps<{ - treeFile: { label: string; file: { label: string }[] }[]; + treeFile?: { label: string; file: { label: string }[] }[]; readonly?: boolean; dropdownList?: { label: string; value: string }[]; hideAction?: boolean;