Clarify some behaviour in filterAndSortRepositoriesWithResults

This commit is contained in:
Robert
2023-04-17 16:23:37 +01:00
parent 72c07a397f
commit 0685218c6a

View File

@@ -154,6 +154,7 @@ export function filterAndSortRepositoriesWithResults<
return undefined;
}
// If repository IDs are given, then ignore the search value and filter key
if (
filterSortState?.repositoryIds &&
filterSortState.repositoryIds.length > 0