Skip to content

Commit

Permalink
Update DefineSchema component based on new Kafka schema
Browse files Browse the repository at this point in the history
See: fc2c32f
  • Loading branch information
jbeisen committed Nov 28, 2023
1 parent 760fc5f commit a4a4d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arroyo-console/src/routes/connections/DefineSchema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
}
Expand Down

0 comments on commit a4a4d68

Please sign in to comment.