Skip to content

Commit

Permalink
feature-065: 카테고리 이동 시 선택된 비디오 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0428 committed Feb 13, 2024
1 parent c79ff43 commit cee49b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/CategoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const CategoryPage = () => {
setMenus(categories[index].subFolders);
});
}
setCheckedVideos([]);
}, [categories, params.top_folder]);

const handleDeleteVideos = async () => {
Expand Down

0 comments on commit cee49b3

Please sign in to comment.