From cca89b2c830ee9f9ffc758d1c0ad8115273627ca Mon Sep 17 00:00:00 2001 From: adm01-debug Date: Sat, 23 May 2026 22:44:04 -0300 Subject: [PATCH] =?UTF-8?q?fix(search):=20restaura=20const=20quickActions?= =?UTF-8?q?=20(TS2552=20=E2=80=94=20referencia=20typeof=20orf=C3=A3=20p?= =?UTF-8?q?=C3=B3s=20Etapa=2014-16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/search/GlobalSearchIdleState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/GlobalSearchIdleState.tsx b/src/components/search/GlobalSearchIdleState.tsx index 437dbd1e3..8a1caa91e 100644 --- a/src/components/search/GlobalSearchIdleState.tsx +++ b/src/components/search/GlobalSearchIdleState.tsx @@ -67,7 +67,7 @@ function RankBadge({ index }: { index: number }) { } /* ── Quick Actions ── */ -const _quickActions = [ +const quickActions = [ { id: "new-quote", title: "Novo Orçamento", description: "Criar um novo orçamento", icon: , href: "/orcamentos/novo", shortcut: "N", highlight: true }, { id: "products", title: "Catálogo de Produtos", description: "Ver todos os produtos", icon: , href: "/" }, ];