diff --git a/src/Components/Modals/UploadModal.js b/src/Components/Modals/UploadModal.js index 4447aba..d31d803 100644 --- a/src/Components/Modals/UploadModal.js +++ b/src/Components/Modals/UploadModal.js @@ -88,8 +88,10 @@ const UploadModal = (props) => { } async function uploadFile(file) { + console.log("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~radioValue", radioValue); try { if (radioValue === "discovery-request") { + console.log("hit radio if"); const response = await fetch(`${apiUrl}/v1/gen-disc-request`, { method: "POST", body: file, @@ -204,7 +206,7 @@ const UploadModal = (props) => { document type. (the other fields are optional.)

- + { discovery requests.

-

- Incorrect selection will result in errors but 1 document credit will +

+ Incorrect selection will result in errors. Document credit will still be debited from your account

diff --git a/src/styles/modals.scss b/src/styles/modals.scss index bf82979..e37b29e 100644 --- a/src/styles/modals.scss +++ b/src/styles/modals.scss @@ -25,6 +25,10 @@ &.red { color: red; } + &.right { + margin-top: -7px; + margin-left: 23px; + } } .upload-header-bold {