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:
parent
d6afe80bab
commit
8961a6e1db
@ -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,
|
||||
),
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user