diff --git a/apps/www/src/lib/registry/default/ui/command/CommandList.vue b/apps/www/src/lib/registry/default/ui/command/CommandList.vue index 710d0bc5..00d1b3a7 100644 --- a/apps/www/src/lib/registry/default/ui/command/CommandList.vue +++ b/apps/www/src/lib/registry/default/ui/command/CommandList.vue @@ -4,7 +4,9 @@ import type { ComboboxContentEmits, ComboboxContentProps } from 'radix-vue' import { ComboboxContent, useForwardPropsEmits } from 'radix-vue' import { cn } from '@/lib/utils' -const props = defineProps() +const props = withDefaults(defineProps(), { + dismissable: false, +}) const emits = defineEmits() const delegatedProps = computed(() => { diff --git a/apps/www/src/lib/registry/new-york/ui/command/CommandList.vue b/apps/www/src/lib/registry/new-york/ui/command/CommandList.vue index 710d0bc5..00d1b3a7 100644 --- a/apps/www/src/lib/registry/new-york/ui/command/CommandList.vue +++ b/apps/www/src/lib/registry/new-york/ui/command/CommandList.vue @@ -4,7 +4,9 @@ import type { ComboboxContentEmits, ComboboxContentProps } from 'radix-vue' import { ComboboxContent, useForwardPropsEmits } from 'radix-vue' import { cn } from '@/lib/utils' -const props = defineProps() +const props = withDefaults(defineProps(), { + dismissable: false, +}) const emits = defineEmits() const delegatedProps = computed(() => {