Sync bodyParams and rawBodyParams (#1562)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com> Co-authored-by: Joel DSouza <joel.dsouza@kapturecrm.com>
This commit is contained in:
@@ -107,6 +107,10 @@ export default {
|
||||
request.bodyParams[index].value = value
|
||||
},
|
||||
|
||||
setBodyParams({request},{params}){
|
||||
request.bodyParams = params
|
||||
},
|
||||
|
||||
// While this mutation is same as the setValueBodyParams above, it is excluded
|
||||
// from vuex-persist. We will commit this mutation while adding a file
|
||||
// param as there is no way to serialize File objects and thus we cannot
|
||||
|
||||
Reference in New Issue
Block a user