From 71075f84b52615a9a9bb96dfba20b7297e06ac63 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Fri, 17 Oct 2025 18:05:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=9C=EB=A1=AD=EB=8B=A4=EC=9A=B4=EC=9D=B4?= =?UTF-8?q?=20=EB=B0=91=EC=9C=BC=EB=A1=9C=20=EA=B0=80=EB=8A=94=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/admin/dashboard/data-sources/DatabaseConfig.tsx | 2 +- .../components/admin/dashboard/widgets/yard-3d/YardEditor.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/admin/dashboard/data-sources/DatabaseConfig.tsx b/frontend/components/admin/dashboard/data-sources/DatabaseConfig.tsx index 31e6ff7d..ff190184 100644 --- a/frontend/components/admin/dashboard/data-sources/DatabaseConfig.tsx +++ b/frontend/components/admin/dashboard/data-sources/DatabaseConfig.tsx @@ -150,7 +150,7 @@ export function DatabaseConfig({ dataSource, onChange }: DatabaseConfigProps) { - + {connections.map((conn) => (
diff --git a/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx b/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx index 9c85799e..8dd82e5d 100644 --- a/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx +++ b/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx @@ -180,7 +180,7 @@ export default function YardEditor({ layout, onBack }: YardEditorProps) { }; // 자재 배치 해제 - const handlePlacementRemove = async (id: number) => { + const handlePlacementRemove = async (id: number): Promise => { try { const response = await yardLayoutApi.removePlacement(id); if (response.success) {