diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index c45d56cd..f71e0226 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -2,6 +2,7 @@
@@ -52,6 +53,10 @@ const props = defineProps({ type: Boolean, default: false }, + nullable: { + type: Boolean, + default: false + }, groups: { type: Array as PropType, default: () => []