diff --git a/arroyo-console/src/routes/connections/DefineSchema.tsx b/arroyo-console/src/routes/connections/DefineSchema.tsx index edd0c95d4..7661b5331 100644 --- a/arroyo-console/src/routes/connections/DefineSchema.tsx +++ b/arroyo-console/src/routes/connections/DefineSchema.tsx @@ -55,7 +55,7 @@ const SchemaFormatEditor = ({ if ( connector.id == 'kafka' && connectionProfile != null && - (connectionProfile.config as any).schemaRegistry != null + (connectionProfile.config as any).schemaRegistryEnum?.endpoint != null ) { schemaTypeOptions.push({ name: 'Confluent Schema Registry', value: 'confluent' }); }