more
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user