This commit is contained in:
Kenneth Jannette
2024-02-25 12:21:59 -06:00
parent 2a753814c1
commit 285637f9ff
3 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ const UploadModal = (props) => {
async function uploadFile(file) {
console.log("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~radioValue", radioValue);
try {
if (radioValue === "discovery-request") {
if (radioValue === "complaint") {
console.log("hit radio if");
const response = await fetch(`${apiUrl}/v1/gen-disc-request`, {
method: "POST",
@@ -214,7 +214,7 @@ const UploadModal = (props) => {
marginRight: "8px",
}}
/>
Selecting "complaint" will automatically begin creation of
NOTE: Selecting "complaint" will automatically begin creation of
discovery requests.
</span>
</p>