diff --git a/airbyte-webapp/src/views/Connector/ServiceForm/useBuildForm.tsx b/airbyte-webapp/src/views/Connector/ServiceForm/useBuildForm.tsx index d5ec739a0182..1f9df09b1ab3 100644 --- a/airbyte-webapp/src/views/Connector/ServiceForm/useBuildForm.tsx +++ b/airbyte-webapp/src/views/Connector/ServiceForm/useBuildForm.tsx @@ -33,7 +33,8 @@ function useBuildInitialSchema( (schema as any).is_auth = true; const schemaWithoutPaths = removeNestedPaths( schema, - spec.oauthFlowInitParameters ?? [] + spec.oauthFlowInitParameters ?? [], + false ); const schemaWithoutOutputPats = removeNestedPaths(