diff --git a/src/api/ecosystem.ts b/src/api/ecosystem.ts index 4a29856ea..bab35e7ca 100644 --- a/src/api/ecosystem.ts +++ b/src/api/ecosystem.ts @@ -87,7 +87,7 @@ export const getEndorsementList = async ( apiRoutes.Ecosystem.endorsements.list }?${page ? `pageNumber=${page}` : ''}${search ? `&search=${search}` : ''}${ itemPerPage ? `&pageSize=${itemPerPage}` : '' - }${type ? `&type=${type}` : ''}${status ? `&status=${status}` : ''}`; + }${type ? `&type=${type}` : ''}${status ? `&search=${status}` : ''}`; const axiosPayload = { url, diff --git a/src/app/SideBar.astro b/src/app/SideBar.astro index 041a91212..62e3d9e49 100644 --- a/src/app/SideBar.astro +++ b/src/app/SideBar.astro @@ -22,7 +22,7 @@ import { pathRoutes } from '../config/pathRoutes'; ]} >