more
This commit is contained in:
@@ -258,7 +258,7 @@ const RequestEditPage = () => {
|
||||
const clientPosition = fetchedCase?.clientPosition
|
||||
? fetchedCase?.clientPosition
|
||||
: null;
|
||||
const currentRequestType = docType;
|
||||
const currentRequestType = "interrogatories-out";
|
||||
try {
|
||||
const response = await fetch(`${apiUrl}/v1/store-docx-data/${docId}`, {
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user