fix: form data request as body
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"
|
||||
@change="
|
||||
updateParam(index, {
|
||||
key: $event.target.value,
|
||||
key: $event,
|
||||
value: param.value,
|
||||
active: param.active,
|
||||
})
|
||||
@@ -100,7 +100,7 @@
|
||||
@change="
|
||||
updateParam(index, {
|
||||
key: param.key,
|
||||
value: $event.target.value,
|
||||
value: $event,
|
||||
active: param.active,
|
||||
})
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user