diff --git a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/ChefSyncFields.tsx b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/ChefSyncFields.tsx index ad80e75de..363f682fd 100644 --- a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/ChefSyncFields.tsx +++ b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/ChefSyncFields.tsx @@ -79,7 +79,6 @@ export const ChefSyncFields = () => { onChange={(option) => { const selectedDataBagItem = option as SingleValue; onChange(selectedDataBagItem?.name ?? ""); - setValue("destinationConfig.dataBagItemName", selectedDataBagItem?.name ?? ""); }} options={dataBagItems} placeholder="Select a data bag item..." diff --git a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/ChefConnectionForm.tsx b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/ChefConnectionForm.tsx index d56a7523b..3b97ef9ce 100644 --- a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/ChefConnectionForm.tsx +++ b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/ChefConnectionForm.tsx @@ -60,8 +60,6 @@ export const ChefConnectionForm = ({ appConnection, onSubmit }: Props) => { formState: { isSubmitting, isDirty } } = form; - console.log("form", form.formState.errors, form.getValues()); - return (