Skip to content

Commit

Permalink
fix(28664): show examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 10, 2024
1 parent 74eeea4 commit 6700288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const TopicSchemaManager: FC<CurrentSchemaProps> = ({ topicFilter }) => {
{schemaHandler.error && (
<ErrorMessage message={schemaHandler.error} status={schemaHandler.status} />
)}
{schemaHandler.schema && <JsonSchemaBrowser schema={schemaHandler.schema} />}
{schemaHandler.schema && <JsonSchemaBrowser schema={schemaHandler.schema} hasExamples />}
</CardBody>
<CardFooter justifyContent="flex-end">
<Button isDisabled={Boolean(!topicFilter.schema)} onClick={onHandleClear}>
Expand Down

0 comments on commit 6700288

Please sign in to comment.