Skip to content

Commit 4a84193

Browse files
committed
Fix #17
1 parent 3fc665d commit 4a84193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Pages/LAPS.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ private async Task FetchComputerDetailsAsync(string computerName)
114114

115115
private void RemoveComputerCard(string computerName)
116116
{
117+
MudTabsDict.Remove(computerName);
117118
SelectedComputers.RemoveAll(x => x.Name == computerName);
118119
}
119120

0 commit comments

Comments
 (0)