Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:14:14 +00:00
co-authored by renee-png
parent 53adf807c9
commit 8c8d91cb5f
+2 -1
View File
@@ -183,7 +183,8 @@ export type FormFieldType =
| "dropdown"
| "county"
| "client"
| "homeowner";
| "homeowner"
| "contact";
export interface FormFieldDef {
key: string;