Wizard: Switch view to "Available" when searching for package

this fix an issue when user search for a package, the viewv stay "Selected"
instead of switching to "Available

fix one test
This commit is contained in:
dependabot[bot] 2025-02-12 13:15:08 +00:00 committed by Klara Simickova
parent 34fa6782be
commit 35bb95438b
2 changed files with 5 additions and 3 deletions

View file

@ -784,6 +784,7 @@ const Packages = () => {
) => {
setSearchTerm(selection);
setToggleSourceRepos(RepoToggle.INCLUDED);
setToggleSelected('toggle-available');
};
const handleClear = async () => {