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:
@@ -69,7 +69,7 @@ jest.mock('@tanstack/react-query', () => ({
|
||||
},
|
||||
isSuccess: true,
|
||||
};
|
||||
} if (queryKey[0] === 'contentTaxonomyTagsCount') {
|
||||
} if (queryKey[0] === 'contentTagsCount') {
|
||||
return {
|
||||
data: 17,
|
||||
isSuccess: true,
|
||||
|
||||
Reference in New Issue
Block a user