Skip to content

Commit 24023c9

Browse files
committed
Fix #24
Clears workflows
1 parent 0a6d739 commit 24023c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ToolWindows/GHActionsToolWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ private void ClearTreeViews()
131131
tvEnvironments.ItemsSource = null;
132132
tvEnvironments.Header = resx.HEADER_ENVIRONMENTS;
133133
tvCurrentBranch.ItemsSource = null;
134+
tvWorkflows.ItemsSource = null;
134135
CurrentBranchExpander.IsExpanded = false;
135136
}
136137

0 commit comments

Comments
 (0)