This commit is contained in:
Kenneth Jannette
2024-05-26 19:11:14 -05:00
parent e81af6df93
commit f554a1325c
3 changed files with 3 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ const CreateModal = ({ setShowModal, caseData }) => {
const [venueArray, setVenueArray] = useState();
const [newCaseId, setNewCaseId] = useState();
const state = group?.state[0].code ? group?.state[0].code : null;
const caseNumCopy = state === "ny" ? "Index Number" : "Case Number";
const [data, setData] = useState(
getFormDataDefaults(fields, isEditing ? caseData : undefined)