Skip to content

Commit

Permalink
fix(ToggleGroup): throwing type error (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Apr 30, 2024
1 parent 25331d4 commit 3a4188c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/radix-vue/src/ToggleGroup/ToggleGroupRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import { useSingleOrMultipleValue } from '@/shared/useSingleOrMultipleValue'
import { RovingFocusGroup } from '@/RovingFocus'
const props = withDefaults(defineProps<ToggleGroupRootProps>(), {
type: 'single',
loop: true,
rovingFocus: true,
disabled: false,
Expand Down

0 comments on commit 3a4188c

Please sign in to comment.