feat: add new status columns
This commit is contained in:
@@ -69,6 +69,11 @@ export const updateInterest = async (id: string, data: Partial<Interest>) => {
|
||||
"Request More Info - To Sales",
|
||||
"EOI Send to Sales",
|
||||
"Time LOI Sent",
|
||||
"EOI Status",
|
||||
"Berth Info Sent Status",
|
||||
"Contract Sent Status",
|
||||
"Deposit 10% Status",
|
||||
"Contract Status",
|
||||
];
|
||||
|
||||
// Filter the data to only include allowed fields
|
||||
@@ -112,6 +117,11 @@ export const createInterest = async (data: Partial<Interest>) => {
|
||||
"Place of Residence",
|
||||
"Contact Method Preferred",
|
||||
"Lead Category",
|
||||
"EOI Status",
|
||||
"Berth Info Sent Status",
|
||||
"Contract Sent Status",
|
||||
"Deposit 10% Status",
|
||||
"Contract Status",
|
||||
];
|
||||
|
||||
// Filter the data to only include allowed fields
|
||||
|
||||
Reference in New Issue
Block a user