From b21b17fb7a256945c4d4f44e93fdd9522cdb3d88 Mon Sep 17 00:00:00 2001 From: backuppc Date: Tue, 2 Dec 2025 17:37:08 +0900 Subject: [PATCH] Change category input to dropdown: patch/update selection --- Project/frontend/src/pages/PatchList.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Project/frontend/src/pages/PatchList.tsx b/Project/frontend/src/pages/PatchList.tsx index cfbfd2b..255af2b 100644 --- a/Project/frontend/src/pages/PatchList.tsx +++ b/Project/frontend/src/pages/PatchList.tsx @@ -373,13 +373,14 @@ export function PatchList() {
- setEditFormData({ ...editFormData, cate: e.target.value })} - className="w-full h-10 bg-white/10 border border-white/30 rounded-lg px-3 text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-primary-400" - placeholder="예: 패치, update" - /> + className="w-full h-10 bg-white/10 border border-white/30 rounded-lg px-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-400" + > + + +