fixup! vcs: Add 'create branch' button

This commit is contained in:
Piotr Osiewicz 2023-07-07 18:37:53 +02:00
parent cb24cb1ea5
commit 4a69c71167

View file

@ -290,6 +290,7 @@ impl PickerDelegate for BranchListDelegate {
this.delegate().display_error_toast(format!("Failed to chec branch '{current_pick}', check for conflicts or unstashed files"), cx);
status?;
}
cx.emit(PickerEvent::Dismiss);
Ok::<(), anyhow::Error>(())
})
}).detach();