mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: paginated project overview now returns single project (#5615)
This commit is contained in:
parent
d6afe80bab
commit
8961a6e1db
@ -111,7 +111,7 @@ export const PaginatedProjectFeatureToggles = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
const { features, total, refetch, loading, initialLoad } = useFeatureSearch(
|
const { features, total, refetch, loading, initialLoad } = useFeatureSearch(
|
||||||
mapValues({ ...tableState, projectId }, (value) =>
|
mapValues({ ...tableState, project: `IS:${projectId}` }, (value) =>
|
||||||
value ? `${value}` : undefined,
|
value ? `${value}` : undefined,
|
||||||
),
|
),
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user