Merge pull request #4985 from gitbutlerapp/fix-base-branch-blank-page

This commit is contained in:
Esteban Vega 2024-09-28 11:15:28 +02:00 committed by GitHub
commit 4b9421a851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,8 +67,8 @@
style="pop"
kind="solid"
tooltip={`Merges the commits from ${base.branchName} into the base of all applied virtual branches`}
disabled={$mode?.type !== 'OpenWorkspace' || integrateUpstreamModal.imports.open}
loading={integrateUpstreamModal.imports.open}
disabled={$mode?.type !== 'OpenWorkspace' || integrateUpstreamModal?.imports.open}
loading={integrateUpstreamModal?.imports.open}
onclick={mergeUpstream}
>
Merge into common base