Add filter query param to getApps for Netlify integration

This commit is contained in:
Tuan Dang
2023-05-06 22:19:00 +03:00
parent 476d0be101
commit db07a033e1

View File

@@ -205,6 +205,7 @@ const getAppsNetlify = async ({ accessToken }: { accessToken: string }) => {
const params = new URLSearchParams({
page: String(page),
per_page: String(perPage),
filter: 'all'
});
const { data } = await request.get(