1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

fix: paginated project overview now returns single project (#5615)

This commit is contained in:
Jaanus Sellin 2023-12-12 15:46:08 +02:00 committed by GitHub
parent d6afe80bab
commit 8961a6e1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ export const PaginatedProjectFeatureToggles = ({
);
const { features, total, refetch, loading, initialLoad } = useFeatureSearch(
mapValues({ ...tableState, projectId }, (value) =>
mapValues({ ...tableState, project: `IS:${projectId}` }, (value) =>
value ? `${value}` : undefined,
),
{