diff --git a/Scripts/GUI/Show-RevertSettingsModal.ps1 b/Scripts/GUI/Show-RevertSettingsModal.ps1 index c3c350f..15c0ff8 100644 --- a/Scripts/GUI/Show-RevertSettingsModal.ps1 +++ b/Scripts/GUI/Show-RevertSettingsModal.ps1 @@ -179,10 +179,6 @@ function Show-RevertSettingsModal { }) $cancelHandler = { - $revertWindow.Tag = [PSCustomObject]@{ - SelectedFeatureIds = @() - RestartExplorer = ($restartExplorerCheckbox -and $restartExplorerCheckbox.IsChecked -eq $true) - } $revertWindow.Close() }