mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-28 20:15:20 +03:00
do not show create pr button for pushed branches
This commit is contained in:
parent
e5f7a71f7c
commit
9c157ae0af
@ -45,7 +45,7 @@
|
||||
|
||||
{#if !readonly && type != 'integrated'}
|
||||
<div class="actions">
|
||||
{#if githubContext && !$pr$ && type == 'local'}
|
||||
{#if githubContext && !$pr$ && type == 'local' && !branch.upstream}
|
||||
<PushButton
|
||||
wide
|
||||
isLoading={isPushing || $prServiceState$?.busy}
|
||||
|
Loading…
Reference in New Issue
Block a user