mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: The default suffix for workflow file upload nodes is set to uppercase DOC and PPT (#3125)
This commit is contained in:
parent
289ebf42a6
commit
347f4a0b03
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue