Skip to content

Commit

Permalink
Merge pull request #570 from dnum-mi/fix/remove-duplicate-selectid
Browse files Browse the repository at this point in the history
fix: 🐛 supprime le doublon de selectId
  • Loading branch information
laruiss authored Jul 17, 2023
2 parents 4ad9750 + 01fc7b6 commit 5fb808d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DsfrSelect/DsfrSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ defineOptions({
})
const props = withDefaults(defineProps<{
selectId?: string
required?: boolean
disabled?: boolean
selectId?: string
Expand Down

0 comments on commit 5fb808d

Please sign in to comment.