more
This commit is contained in:
@@ -226,7 +226,7 @@ const DocEditPage = (props) => {
|
||||
const respond = data[0].requests.length > 2 ? data[0].requests : null;
|
||||
const resp = respond?.map((item, index) => {
|
||||
// NEVER CHANGE THIS:
|
||||
return { showInputEle: false, resp: item.text, index: index };
|
||||
return { showInputEle: false, text: item.text, index: index };
|
||||
});
|
||||
setParsedRogs(resp);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user