This commit is contained in:
Kenneth Jannette
2024-01-31 15:45:52 -06:00
parent 8ce6d29eb7
commit bc6172e047

View File

@@ -11,6 +11,8 @@ const CaseTypePage = () => {
const [leadAttorney, setLeadAttorney] = useState("");
const [radioValue, setRadioValue] = useState();
const parsedTags = JSON.parse(JSON.stringify(caseTags));
const radioOptions = [
{ name: "Plaintiff", label: "Plaintiff", value: "Plaintiff" },
{ name: "Defendant", label: "Defendant", value: "Defendant" },