From b98d57e99a91924fe372aa312a8f061ad23eb58b Mon Sep 17 00:00:00 2001 From: Vyacheslav Shcherbinin Date: Sun, 9 Mar 2025 14:19:42 +0700 Subject: [PATCH] fix(ui): better autocomplete work --- apps/dokploy/components/dashboard/project/add-database.tsx | 2 +- .../dashboard/settings/cluster/registry/handle-registry.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-database.tsx b/apps/dokploy/components/dashboard/project/add-database.tsx index b14e2cfa0..a58aef2c8 100644 --- a/apps/dokploy/components/dashboard/project/add-database.tsx +++ b/apps/dokploy/components/dashboard/project/add-database.tsx @@ -494,7 +494,7 @@ export const AddDatabase = ({ projectId, projectName }: Props) => { diff --git a/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx b/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx index 55daedca2..d30ad6dda 100644 --- a/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx +++ b/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx @@ -207,7 +207,7 @@ export const HandleRegistry = ({ registryId }: Props) => { @@ -227,7 +227,7 @@ export const HandleRegistry = ({ registryId }: Props) => {