Troubleshooting tag display issue in Graphiql with different versions

Original Slack Thread

Hi team, I use Graphiql to add tag, but there’s something different between the tag name and its display name. Can anyone help?

Seems like the UI is showing id instead of tag’s name… May need to check what version of the datahub you are using. Have you customized any code ?

<@U05B3RG1PD1> The version I use is 0.9.6.1. All the code I use to test is shown in screenshoot 1

Yeah, there is a bug in 0.9.6.1 version regarding how to display tag’s name in Tag.tsx . See attached figure for more details. Either you can clone and modify the code accordingly or upgarde your datahub to v10.2 or later.

thanks Walt!