diff --git a/app/src/ui/dispatcher/dispatcher.ts b/app/src/ui/dispatcher/dispatcher.ts index 3746ac17f6..8dade7bb89 100644 --- a/app/src/ui/dispatcher/dispatcher.ts +++ b/app/src/ui/dispatcher/dispatcher.ts @@ -2642,6 +2642,7 @@ export class Dispatcher { /** Aborts an ongoing cherry pick and switches back to the source branch. */ public async abortCherryPick(repository: Repository, sourceBranch: Branch) { await this.appStore._abortCherryPick(repository, sourceBranch) + await this.appStore._loadStatus(repository) this.appStore._endCherryPickFlow(repository) }