feat: tag sections, subsections, and the whole course (FC-0053) (#879)

* feat: tag sections, subsections, and the whole course
* docs: add comments to useContentTagsCount
This commit is contained in:
Rômulo Penido
2024-03-28 09:14:29 -03:00
committed by GitHub
parent 80bf86992d
commit f57d40ea34
32 changed files with 671 additions and 560 deletions

View File

@@ -69,7 +69,7 @@ jest.mock('@tanstack/react-query', () => ({
},
isSuccess: true,
};
} if (queryKey[0] === 'contentTaxonomyTagsCount') {
} if (queryKey[0] === 'contentTagsCount') {
return {
data: 17,
isSuccess: true,