@@ -258,7 +258,7 @@ const RequestEditPage = () => {
|
|||||||
const clientPosition = fetchedCase?.clientPosition
|
const clientPosition = fetchedCase?.clientPosition
|
||||||
? fetchedCase?.clientPosition
|
? fetchedCase?.clientPosition
|
||||||
: null;
|
: null;
|
||||||
const currentRequestType = docType;
|
const currentRequestType = "interrogatories-out";
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${apiUrl}/v1/store-docx-data/${docId}`, {
|
const response = await fetch(`${apiUrl}/v1/store-docx-data/${docId}`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|||||||
@@ -417,9 +417,9 @@
|
|||||||
|
|
||||||
.reqedit-report-container {
|
.reqedit-report-container {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-top: -20px;
|
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docedit-report-link {
|
.docedit-report-link {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
color: #fa6400;
|
color: #fa6400;
|
||||||
|
|||||||
Reference in New Issue
Block a user