mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 18:49:11 +03:00
Don't error when clicking a virtual branch and going to workspace
This commit is contained in:
parent
22762745e3
commit
2902721367
@ -33,6 +33,7 @@
|
||||
if (branchListing) {
|
||||
if (branchListing.virtualBranch?.inWorkspace) {
|
||||
goto(`/${project.id}/board`);
|
||||
return;
|
||||
}
|
||||
|
||||
const branchesWithGivenName: Branch[] | undefined = branchesByGivenName[branchListing.name];
|
||||
|
Loading…
Reference in New Issue
Block a user