update main UI aswell to show new branch

This commit is contained in:
Stephan Dilly 2021-11-22 22:51:58 +01:00
parent 8466b39226
commit cbf53d6013

View File

@ -130,7 +130,7 @@ impl CreateBranchComponent {
match res {
Ok(_) => {
self.queue.push(InternalEvent::Update(
NeedsUpdate::BRANCHES,
NeedsUpdate::ALL | NeedsUpdate::BRANCHES,
));
}
Err(e) => {