fix
This commit is contained in:
parent
b5b42cc967
commit
b1cba04a50
|
|
@ -96,6 +96,7 @@ class Index extends Component {
|
|||
const upload = {
|
||||
name: 'file',
|
||||
fileList: list,
|
||||
multiple: true,
|
||||
action: actionUrl || `${getUploadActionUrl()}`,
|
||||
onChange: this.handleChange,
|
||||
onRemove: this.onAttachmentRemove,
|
||||
|
|
|
|||
Loading…
Reference in New Issue