Skip to content

Commit

Permalink
Merge pull request #707 from dnum-mi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
laruiss authored Dec 25, 2023
2 parents 8ca96ec + de3b374 commit 038b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DsfrTag/DsfrTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const iconProps = computed(() => dsfrIcon.value ? undefined : typeof props.icon
:disabled="disabled"
:class="{
'fr-tag--sm': small,
[icon]: dsfrIcon,
[icon as string]: dsfrIcon,
}"
v-bind="linkProps"
>
Expand Down

0 comments on commit 038b98d

Please sign in to comment.