diff --git a/src/Components/Modals/UploadModal.js b/src/Components/Modals/UploadModal.js index 2b39804..f257fb8 100644 --- a/src/Components/Modals/UploadModal.js +++ b/src/Components/Modals/UploadModal.js @@ -12,6 +12,7 @@ import { collection, setDoc, doc } from "firebase/firestore"; import { db } from "../../firebase"; import { v4 as uuidv4 } from "uuid"; import TextInput from "../../pageElements/TextInput"; +import { ExclamationTriangle } from "react-bootstrap-icons"; import Radio from "../../pageElements/Radio"; import "../../styles/modals.scss"; @@ -187,12 +188,18 @@ const UploadModal = (props) => {

- Select a .pdf file for upload. Enter title and choose document type. - (the other fields are optional.) + Select a .pdf file for upload, then 1. enter title 2. choose + document type. (the other fields are optional.)

- Select the document type.{" "} + Selecting "complaint" will automatically begin creation of discovery requests. @@ -243,13 +250,12 @@ const UploadModal = (props) => { /> - {" "}

handleSetRadioValue(e, "clientPosition")} + onClick={(e) => handleSetRadioValue(e, "documentType")} />
diff --git a/src/styles/modals.scss b/src/styles/modals.scss index 5e931a1..a412dba 100644 --- a/src/styles/modals.scss +++ b/src/styles/modals.scss @@ -71,6 +71,7 @@ } } } + .caption-one-container > .mb-3 { margin-bottom: 0px !important; } @@ -135,6 +136,10 @@ padding-left: 7px; } +.zora { + width: 160px !important; +} + @media only screen and (max-width: 820px) { .modal-body { width: 580px !important;