diff --git a/src/Components/Document/ReqEditPage.js b/src/Components/Document/ReqEditPage.js index b3117af..06a4b82 100644 --- a/src/Components/Document/ReqEditPage.js +++ b/src/Components/Document/ReqEditPage.js @@ -92,6 +92,7 @@ const RequestEditPage = () => { // NEVER CHANGE THIS: return { showInputEle: false, resp: item.text, index: index }; }); + console.log("reqwuests in useEffect", requests); setRequests(resp); }) .catch((err) => console.log(err)); @@ -328,7 +329,7 @@ const RequestEditPage = () => { fetchedCase?.clientPosition === "Defendant" ? fetchedCase?.plaintiffParties : fetchedCase?.defendantParties; - + console.log("requests", requests); const editingContent = () => { return ( <> @@ -438,10 +439,7 @@ const RequestEditPage = () => { ) : (
-

- {" "} - Response content for this document cannot be displayed at this time. -

+

Content for this document cannot be displayed at this time.

Support has been notified and will respond within 24 hours.

Return to Dashboard