diff --git a/src/studio-home/data/api.js b/src/studio-home/data/api.js index f177657b92..bcf256eb19 100644 --- a/src/studio-home/data/api.js +++ b/src/studio-home/data/api.js @@ -58,7 +58,7 @@ export async function getStudioHomeLibrariesV2(customParams) { page: customParams.page || 1, pageSize: customParams.pageSize || 50, pagination: customParams.pagination !== undefined ? customParams.pagination : true, - order: customParams.order, + order: customParams.order || 'title', textSearch: customParams.search, }; const customParamsFormat = snakeCaseObject(customParamsDefaults);