Skip to content

Commit

Permalink
πŸ› fix: Build error (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Apr 11, 2024
1 parent 41ee9e9 commit c757069
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,10 @@ private IList<Nav> GetParents(string parentCode)
return parents;
}

protected override ValueTask DisposeAsync(bool disposing)
protected override ValueTask DisposeAsyncCore()
{
NavigationManager.LocationChanged -= NavigationManagerOnLocationChanged;

return base.DisposeAsync(disposing);
return base.DisposeAsyncCore();
}
}
}

0 comments on commit c757069

Please sign in to comment.