Skip to content

Commit

Permalink
Fix #24
Browse files Browse the repository at this point in the history
Clears workflows
  • Loading branch information
timheuer committed Aug 2, 2023
1 parent 0a6d739 commit 24023c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ToolWindows/GHActionsToolWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private void ClearTreeViews()
tvEnvironments.ItemsSource = null;
tvEnvironments.Header = resx.HEADER_ENVIRONMENTS;
tvCurrentBranch.ItemsSource = null;
tvWorkflows.ItemsSource = null;
CurrentBranchExpander.IsExpanded = false;
}

Expand Down

0 comments on commit 24023c9

Please sign in to comment.