diff --git a/ui/src/workflow/nodes/start-node/index.vue b/ui/src/workflow/nodes/start-node/index.vue index 8bec6ce39..20fa97417 100644 --- a/ui/src/workflow/nodes/start-node/index.vue +++ b/ui/src/workflow/nodes/start-node/index.vue @@ -69,7 +69,7 @@ const refreshFileUploadConfig = () => { .map((v: any) => cloneDeep(v.properties.node_data.file_upload_setting)) .filter((v: any) => v) - fields = fields.filter((item: any) => item.value !== 'image' && item.value !== 'document') + fields = fields.filter((item: any) => item.value !== 'image' && item.value !== 'document' && item.value !== 'audio' && item.value !== 'video') if (form_data.length === 0) { set(props.nodeModel.properties.config, 'fields', fields)