Skip to content

Commit cbf53d6

Browse files
author
Stephan Dilly
committed
update main UI aswell to show new branch
1 parent 8466b39 commit cbf53d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/create_branch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl CreateBranchComponent {
130130
match res {
131131
Ok(_) => {
132132
self.queue.push(InternalEvent::Update(
133-
NeedsUpdate::BRANCHES,
133+
NeedsUpdate::ALL | NeedsUpdate::BRANCHES,
134134
));
135135
}
136136
Err(e) => {

0 commit comments

Comments
 (0)