Skip to content

Commit

Permalink
fix(ui): fix schema link from topic data
Browse files Browse the repository at this point in the history
close #468
  • Loading branch information
tchiotludo committed Oct 21, 2020
1 parent 3a8f571 commit 922f55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/Topic/Topic/TopicData/TopicData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ class TopicData extends Root {
<span
className="badge badge-primary clickable schema-value"
onClick={() => {
this.redirectToSchema(obj.schema.key);
this.redirectToSchema(obj.schema.value);
}}
>
Value: {obj[col.accessor].value}
Expand Down

0 comments on commit 922f55a

Please sign in to comment.