delivery step actions
This commit is contained in:
@@ -46,7 +46,7 @@ class HtmlClient {
|
||||
let formData = new FormData();
|
||||
formData.append('file', file, file.name);
|
||||
|
||||
if(configParams) {
|
||||
if(configParams && configParams.data) {
|
||||
|
||||
Object.keys(configParams.data).forEach((paramKey) => {
|
||||
formData.append(paramKey, configParams.data[paramKey]);
|
||||
|
||||
Reference in New Issue
Block a user