Skip to content

Commit 347f4a0

Browse files
authored
fix: The default suffix for workflow file upload nodes is set to uppercase DOC and PPT (#3125)
1 parent 289ebf4 commit 347f4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/base-node/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const switchFileUpload = () => {
316316
audio: false,
317317
video: false,
318318
other: false,
319-
otherExtensions: ['ppt', 'doc']
319+
otherExtensions: ['PPT', 'DOC']
320320
}
321321
322322
if (form_data.value.file_upload_enable) {

0 commit comments

Comments
 (0)