fix: delete not working properly on request body (#2861)
This commit is contained in:
@@ -332,7 +332,9 @@ const deleteBodyParam = (index: number) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
workingParams.value.splice(index, 1)
|
workingParams.value = workingParams.value.filter(
|
||||||
|
(_, arrIndex) => arrIndex != index
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
const clearContent = () => {
|
const clearContent = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user