fix: preserve multipart file part position in requestData (#7008)
This commit is contained in:
@@ -40,6 +40,8 @@ export class JsonSchemaForm extends Component {
|
|||||||
const { dispatchInitialValue, value, onChange } = this.props
|
const { dispatchInitialValue, value, onChange } = this.props
|
||||||
if(dispatchInitialValue) {
|
if(dispatchInitialValue) {
|
||||||
onChange(value)
|
onChange(value)
|
||||||
|
} else if(dispatchInitialValue === false) {
|
||||||
|
onChange("")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user