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) {