mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
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:
commit
526af4be51
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue