Skip to content

Commit

Permalink
Add fields to System PUT payload (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey-Ethyca committed Sep 19, 2023
1 parent aee1207 commit 3560e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/admin-ui/src/features/system/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export const transformFormValuesToSystem = (formValues: FormValues): System => {
vendor_id: formValues.vendor_id,
ingress: formValues.ingress,
egress: formValues.egress,
meta: formValues.meta,
fidesctl_meta: formValues.fidesctl_meta,
organization_fides_key: formValues.organization_fides_key,
dpa_progress: formValues.dpa_progress,
};

if (!formValues.processes_personal_data) {
Expand Down

0 comments on commit 3560e6e

Please sign in to comment.