fix: The default suffix for workflow file upload nodes is set to uppercase DOC and PPT (#3125)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
shaohuzhang1 2025-05-21 13:25:46 +08:00 committed by GitHub
parent 289ebf42a6
commit 347f4a0b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,7 +316,7 @@ const switchFileUpload = () => {
audio: false,
video: false,
other: false,
otherExtensions: ['ppt', 'doc']
otherExtensions: ['PPT', 'DOC']
}
if (form_data.value.file_upload_enable) {