This commit is contained in:
Kenneth Jannette
2024-02-25 12:28:40 -06:00
parent 29fdf2ceb2
commit 1e59daea1f
4 changed files with 4 additions and 8 deletions

View File

@@ -273,7 +273,6 @@ const DocEditPage = () => {
return response.json();
})
.then((data) => {
console.log("data in genResponseFromArrayCombined", data);
const respArray = data[0].responses;
const result = respArray?.map((item, index) => {
let obj = {};