Skip to content

Commit 41888bc

Browse files
kkiseugdompoo
authored andcommitted
find 페이지에서 코스 목록 제대로 출력되지 않는 문제 해결 (#601)
1 parent 07daf74 commit 41888bc

File tree

1 file changed

+1
-1
lines changed
  • backend/src/main/resources/static/admin

1 file changed

+1
-1
lines changed

backend/src/main/resources/static/admin/find.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ <h2>코스 목록</h2>
535535
withCredentials: true
536536
});
537537

538-
courses = response.data;
538+
courses = response.data.courses || [];
539539
currentPage = page;
540540

541541
try {

0 commit comments

Comments
 (0)