Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed May 26, 2023
1 parent 9df8d8d commit ef43f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Tags/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Tag = ({
<StyledTag role="link" key={id} onClick={onClick}>
{id ? (
<a
href={`/superset/tags/?tags=${name}`}
href={`/superset/all_entities/?tags=${name}`}
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit ef43f4d

Please sign in to comment.