fix(handler): Fixed a bug in the history handler that wouldn't reset the filter or search if a user hit 'esc' on the History tab

This commit is contained in:
2024-12-05 19:08:11 -07:00
parent bd1a4f0939
commit b27c13cf74
3 changed files with 20 additions and 1 deletions
@@ -102,6 +102,7 @@ mod tests {
ActiveSonarrBlock::SeriesSortPrompt,
ActiveSonarrBlock::UpdateAllSeriesPrompt,
// ActiveSonarrBlock::UpdateAndScanSeriesPrompt
// ActiveSonarrBlock::SeriesHistoryDetails,
)]
active_sonarr_block: ActiveSonarrBlock,
) {