From 056ab304745c3ba8dedbf9d6491839b9d620df88 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 9 Oct 2022 12:54:45 +0200 Subject: [PATCH] fix(CommandPalette): prevent empty active slot --- src/runtime/components/navigation/CommandPaletteGroup.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/components/navigation/CommandPaletteGroup.vue b/src/runtime/components/navigation/CommandPaletteGroup.vue index 3124f68d..b343f29f 100644 --- a/src/runtime/components/navigation/CommandPaletteGroup.vue +++ b/src/runtime/components/navigation/CommandPaletteGroup.vue @@ -33,9 +33,9 @@