From 1830363294f94af0e8bb2b8e0e9ba0dd105da180 Mon Sep 17 00:00:00 2001 From: axuj Date: Fri, 26 Jul 2024 13:13:48 +0800 Subject: [PATCH] fix(command): add generic --- .../src/examples/dashboard/components/TeamSwitcher.vue | 2 +- apps/www/src/lib/registry/default/ui/command/Command.vue | 9 ++++++--- .../www/src/lib/registry/new-york/ui/command/Command.vue | 9 ++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/apps/www/src/examples/dashboard/components/TeamSwitcher.vue b/apps/www/src/examples/dashboard/components/TeamSwitcher.vue index 2d8c1ac6b..c932b7362 100644 --- a/apps/www/src/examples/dashboard/components/TeamSwitcher.vue +++ b/apps/www/src/examples/dashboard/components/TeamSwitcher.vue @@ -92,7 +92,7 @@ const selectedTeam = ref(groups[0].teams[0]) - + No team found. diff --git a/apps/www/src/lib/registry/default/ui/command/Command.vue b/apps/www/src/lib/registry/default/ui/command/Command.vue index fe7445c09..238c732d0 100644 --- a/apps/www/src/lib/registry/default/ui/command/Command.vue +++ b/apps/www/src/lib/registry/default/ui/command/Command.vue @@ -1,12 +1,15 @@ - + + + +