From cbb40522dc1bea1362ce1dbb529c79e3c48f8c26 Mon Sep 17 00:00:00 2001
From: Anonimus Programus <7464749+anonimusprogramus@users.noreply.github.com>
Date: Fri, 17 Nov 2023 21:09:19 +0700
Subject: [PATCH] fix: add missing presentation role in new-york style (#175)
A
is missing from "new-york" but exists in "default"
---
apps/www/src/lib/registry/new-york/ui/command/CommandList.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 9904943a..be8a46f9 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
@@ -11,6 +11,8 @@ const forwarded = useForwardPropsEmits(props, emits)
-
+
+
+