Skip to content

Commit 28326d4

Browse files
committed
fix(app): include website field to vendor form submission
1 parent 8c3107a commit 28326d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/app/src/app/(app)/[orgId]/vendors/[vendorId]/components/secondary-fields/update-secondary-fields-form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export function UpdateSecondaryFieldsForm({
6161
assigneeId: finalAssigneeId, // Use the potentially nulled value
6262
category: data.category,
6363
status: data.status,
64+
website: data.website,
6465
isSubProcessor: data.isSubProcessor,
6566
});
6667
};

0 commit comments

Comments
 (0)