From 8a8c0266f634ca27d457d11c2b8a6a3c20d03c3e Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 3 Feb 2024 18:57:42 -0600 Subject: [PATCH] more --- src/Constants/Fields/CreateCaseFields.js | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/Constants/Fields/CreateCaseFields.js b/src/Constants/Fields/CreateCaseFields.js index 459c18c..bc7bafa 100644 --- a/src/Constants/Fields/CreateCaseFields.js +++ b/src/Constants/Fields/CreateCaseFields.js @@ -49,4 +49,48 @@ export const floridaCourts = [ "Taylor", ], }, + { + circuit: "Fourth", + counties: ["Clay", "Duval", "Nassau"], + }, + { + circuit: "Fifth", + counties: ["Citrus", "Hernando", "Lake", "Marion", "Sumter"], + }, + { + circuit: "Sixth", + counties: ["Pasco", "Pinellas"], + }, + { + circuit: "Seventh", + counties: ["Flagler", "Putnam", "St. Johns", "Volusia"], + }, + { + circuit: "Eigth", + counties: ["Alachua", "Baker", "Bradford", "Gilchrist", "Levy", "Union"], + }, + { + circuit: "Ninth", + counties: ["Orange", "Osceola"], + }, + { + circuit: "Tenth", + counties: ["Hardee", "Highlands", "Polk"], + }, + { + circuit: "Eleventh", + counties: ["Miami-Dade"], + }, + { + circuit: "Twelfth", + counties: ["DeSoto", "Manatee", "Sarasota"], + }, + { + circuit: "Thirteenth", + counties: ["Hillsborough"], + }, + { + circuit: "Fourteenth", + counties: ["Bay", "Calhoun", "Gulf", "Holmes", "Jackson", "Washington"], + }, ];