fix: Use soft nav when clicking a library from studio home (#1306)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user