diff --git a/gradle/changelog/accessible_clickable_tags.yaml b/gradle/changelog/accessible_clickable_tags.yaml new file mode 100644 index 0000000000..284aef1998 --- /dev/null +++ b/gradle/changelog/accessible_clickable_tags.yaml @@ -0,0 +1,2 @@ +- type: changed + description: Clickable tags are based on the HTML button. diff --git a/scm-ui/ui-components/src/Tag.tsx b/scm-ui/ui-components/src/Tag.tsx index 908606efef..43b7808e41 100644 --- a/scm-ui/ui-components/src/Tag.tsx +++ b/scm-ui/ui-components/src/Tag.tsx @@ -45,7 +45,7 @@ const Tag: FC = ({ title, onClick, onRemove, - children + children, }) => { const [t] = useTranslation("commons"); @@ -53,7 +53,7 @@ const Tag: FC = ({ if (icon) { showIcon = ( <> - +