Filter content-sources repos by origin and content_type

This commit is contained in:
Justin Sherrill 2023-09-15 16:39:29 -04:00 committed by Lucas Garfield
parent 99ae627007
commit 5d6b6dfbfe
7 changed files with 142 additions and 3 deletions

View file

@ -49,6 +49,8 @@ const CustomButtons = ({
prefetchRepositories({
availableForArch: 'x86_64',
availableForVersion: version,
contentType: 'rpm',
origin: 'external',
});
}
};