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",
|
||||
|
||||
@@ -417,9 +417,9 @@
|
||||
|
||||
.reqedit-report-container {
|
||||
width: 90%;
|
||||
margin-top: -20px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.docedit-report-link {
|
||||
font-size: 0.95rem;
|
||||
color: #fa6400;
|
||||
|
||||
Reference in New Issue
Block a user