This commit is contained in:
Kenneth Jannette
2024-01-31 13:14:36 -06:00
parent a2bc86e0a4
commit 602e988782
3 changed files with 2423 additions and 8 deletions

View File

@@ -111,11 +111,6 @@ const CreateModal = ({ setShowModal, caseData }) => {
}
};
const radioOptions = [
{ name: "Plaintiff", label: "Plaintiff", value: "Plaintiff" },
{ name: "Defendant", label: "Defendant", value: "Defendant" },
];
const modalInputForm = (
<>
<p className="create-modal-header">