fix: preserve multipart file part position in requestData (#7008)

This commit is contained in:
Mahtis Michel
2021-03-10 19:45:54 +01:00
committed by GitHub
parent f23a9d6924
commit 15b8c0c929

View File

@@ -40,6 +40,8 @@ export class JsonSchemaForm extends Component {
const { dispatchInitialValue, value, onChange } = this.props
if(dispatchInitialValue) {
onChange(value)
} else if(dispatchInitialValue === false) {
onChange("")
}
}