From 2d41db7f37a33a3def65bcdd9cb8012f7d3173d1 Mon Sep 17 00:00:00 2001 From: Vlad Vladov Date: Fri, 5 Sep 2025 18:19:16 +0300 Subject: [PATCH] feat(input): Replace Input with FocusShortcutInput --- .../project/[projectId]/environment/[environmentId].tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx index f87ee8687..100b6f2e3 100644 --- a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx +++ b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx @@ -80,7 +80,6 @@ import { DropdownMenuSeparator, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu"; -import { Input } from "@/components/ui/input"; import { Popover, PopoverContent, @@ -96,6 +95,7 @@ import { import { cn } from "@/lib/utils"; import { appRouter } from "@/server/api/root"; import { api } from "@/utils/api"; +import { FocusShortcutInput } from "@/components/shared/focus-shortcut-input"; export type Services = { appName: string; @@ -1197,7 +1197,7 @@ const EnvironmentPage = (
- setSearchQuery(e.target.value)}