more
This commit is contained in:
@@ -20,3 +20,33 @@ export const createCaseAdditionalFields = {
|
||||
billingCode: { required: true, maxLength: 45 },
|
||||
leadAttorneys: { required: true, maxLength: 45 },
|
||||
};
|
||||
|
||||
export const floridaCourts = [
|
||||
{
|
||||
circuit: "First",
|
||||
counties: ["Escambia", "Okaloosa", "Santa Rosa", "Walton"],
|
||||
},
|
||||
{
|
||||
circuit: "Second",
|
||||
counties: [
|
||||
"Franklin",
|
||||
"Gadsden",
|
||||
"Jefferson",
|
||||
"Leon",
|
||||
"Liberty",
|
||||
"Wakulla",
|
||||
],
|
||||
},
|
||||
{
|
||||
circuit: "Third",
|
||||
counties: [
|
||||
"Columbia",
|
||||
"Dixie",
|
||||
"Hamilton",
|
||||
"Lafayette",
|
||||
"Madison",
|
||||
"Suwannee",
|
||||
"Taylor",
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user