Fix boolean conversation type issue

This commit is contained in:
Caleb Owens 2024-02-16 15:04:05 +00:00 committed by Kiril Videlov
parent 0b45a1d6b8
commit 3ea909a79e

View File

@ -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) => {