Merge pull request #15471 from angusdev/issue-13081-menu-disabled

Fix menu items disabled if close the "Resolve conflicts before Rebase" dialog
This commit is contained in:
tidy-dev 2022-10-19 08:51:15 -04:00 committed by GitHub
commit 526af4be51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,8 @@ export abstract class BaseMultiCommitOperation extends React.Component<IMultiCom
{targetBranch !== null ? <strong>{targetBranch.name}</strong> : null}
</>
)
this.props.dispatcher.closePopup(PopupType.MultiCommitOperation)
return dispatcher.onConflictsFoundBanner(
repository,
operationDescription,