fix: Use soft nav when clicking a library from studio home (#1306)

This commit is contained in:
Braden MacDonald
2024-09-24 09:32:56 -07:00
committed by GitHub
parent 353ef508df
commit 64d718d198
19 changed files with 282 additions and 351 deletions

View File

@@ -16,6 +16,7 @@ export async function getStudioHomeData() {
return camelCaseObject(data);
}
/** Get list of courses from the deprecated non-paginated API */
export async function getStudioHomeCourses(search) {
const { data } = await getAuthenticatedHttpClient().get(`${getApiBaseUrl()}/api/contentstore/v1/home/courses${search}`);
return camelCaseObject(data);