debian-image-builder-frontend/src/Components/CreateImageWizard/steps/Packages
Simon Steinbeiss a1c32f90bb Wizard: Fix 'too short' state in Packages step
Currently, when a search term is entered and then reduced to a single
character in the Wizard's packages step, the previous results are still
shown.
What is expected is that the empty state hinting at the search term
being too short would be shown.

The condition in bodyContent was wrong, because it assumed that the list
of results would be 0 when in fact it wasn't being cleared.

Fixes #3139
2025-04-24 15:53:02 +02:00
..
components Wizard: Replace toggle with tabs 2025-04-17 12:45:00 -05:00
index.tsx src: Remove pkgRecs flag 2025-04-23 15:23:52 +02:00
PackageRecommendations.tsx multiple: check when var is possibly undefined 2024-12-06 12:02:34 -06:00
Packages.tsx Wizard: Fix 'too short' state in Packages step 2025-04-24 15:53:02 +02:00