This commit is contained in:
Kenneth Jannette
2024-03-14 04:18:20 -05:00
parent 59310041cc
commit e612325473
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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;