Skip to content

Commit

Permalink
Forgot to use overloaded method
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jun 21, 2024
1 parent 2247f64 commit e84d124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public override async Task LoadPackages()
private void Event_SearchPackages(object sender, RoutedEventArgs e)
{
if (QueryBlock.Text.Trim() != "")
_ = (Loader as DiscoverablePackagesLoader)?.ReloadPackages();
_ = (Loader as DiscoverablePackagesLoader)?.ReloadPackages(QueryBlock.Text.Trim());
}

protected override void WhenPackageCountUpdated()
Expand Down

0 comments on commit e84d124

Please sign in to comment.