Skip to content

Commit

Permalink
Fix: 리스트 수정 타이틀 검사 타이밍 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoung-min committed Nov 18, 2024
1 parent 81b772f commit 54e0fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/list/[listId]/edit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export default function EditPage() {
}),
});
}

methods.trigger(['title']);
}, [listDetailData, categories, methods]);

/** Request 보내기 */
Expand Down

0 comments on commit 54e0fc5

Please sign in to comment.