Skip to content

Commit

Permalink
Fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Seji64 committed Oct 12, 2023
1 parent 3fc665d commit 4a84193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/LAPS.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private async Task FetchComputerDetailsAsync(string computerName)

private void RemoveComputerCard(string computerName)
{
MudTabsDict.Remove(computerName);
SelectedComputers.RemoveAll(x => x.Name == computerName);
}

Expand Down

0 comments on commit 4a84193

Please sign in to comment.