more
This commit is contained in:
@@ -114,6 +114,7 @@ const RequestEditPage = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getOutgoingRequests(docId) {
|
async function getOutgoingRequests(docId) {
|
||||||
|
console.log("getOutgoingRequests fired, docId", docId);
|
||||||
const docType = String(documentType);
|
const docType = String(documentType);
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
`${apiUrl}/v1/get-outgoing-requests/${docId}/${docType}`,
|
`${apiUrl}/v1/get-outgoing-requests/${docId}/${docType}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user