diff --git a/client/src/app/[locale]/(components)/(extra)/MultiPageForm.tsx b/client/src/app/[locale]/(components)/(extra)/MultiPageForm.tsx index 02e21e2..a41f9dc 100644 --- a/client/src/app/[locale]/(components)/(extra)/MultiPageForm.tsx +++ b/client/src/app/[locale]/(components)/(extra)/MultiPageForm.tsx @@ -183,17 +183,12 @@ const MultiPageForm: React.FC = ({ closeForm }) => { "/api/v1/trips", { budget: 10000, - countryProperty: { - id: destination?.id, - code: destination?.code, - name: destination?.name, - currency: destination?.currency, - }, + countryId: destination?.id, description: "A trip for the ages!", endDateTime: endDate, name: title, noteProperty: { - bound: "SpringNote", + noteType: noteImage, boundColor: "#111111", noteColor: "#000000", }, @@ -217,7 +212,7 @@ const MultiPageForm: React.FC = ({ closeForm }) => { display: "flex", flexDirection: "column", height: "100vh", - backgroundColor: HomeBackgroundColor + backgroundColor: HomeBackgroundColor, }} >