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