mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
Fix boolean conversation type issue
This commit is contained in:
parent
0b45a1d6b8
commit
3ea909a79e
@ -77,7 +77,7 @@
|
||||
isLoading={isPushing || $githubServiceState$?.busy}
|
||||
isPushed={type == 'remote' && !branch.requiresForce}
|
||||
requiresForcePush={branch.requiresForce}
|
||||
isPr={$pr$}
|
||||
isPr={!!$pr$}
|
||||
{projectId}
|
||||
githubEnabled={$githubEnabled$}
|
||||
on:trigger={async (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user