diff --git a/Project/frontend/src/pages/PatchList.tsx b/Project/frontend/src/pages/PatchList.tsx index 6b970d8..b7505a8 100644 --- a/Project/frontend/src/pages/PatchList.tsx +++ b/Project/frontend/src/pages/PatchList.tsx @@ -370,42 +370,31 @@ export function PatchList() {
-
-
- +
+
+
-
- +
+ setEditFormData({ ...editFormData, header: 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="예: v2.0.0" + value={editFormData.title || ''} + onChange={(e) => setEditFormData({ ...editFormData, title: e.target.value })} + className="w-full h-9 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="패치 제목" />
-
- - setEditFormData({ ...editFormData, title: 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="패치 제목" - /> -
-