Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Oct 30, 2024
1 parent 04a4618 commit 8eca45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__template__/ComponentTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const svgProcessedContent = `${svgTitleContent}${!props.staticIds ? prefixSvgIds
class="kui-icon {%%KONG_COMPONENT_ICON_CLASS%%}"
data-testid="kui-icon-wrapper-{%%KONG_COMPONENT_ICON_CLASS%%}"
:style="rootElementStyles"
:tabindex="decorative ? '-1' : undefined"
>
<svg
:aria-hidden="decorative ? 'true' : undefined"
Expand Down

0 comments on commit 8eca45a

Please sign in to comment.