mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Update MoveToApplicationsFolder dialog to use backdropDismissable instead
This commit is contained in:
parent
af4273c262
commit
10137dc182
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export class MoveToApplicationsFolder extends React.Component<
|
|||
<Dialog
|
||||
title="Move GitHub Desktop to the Applications folder?"
|
||||
id="move-to-applications-folder"
|
||||
dismissable={false}
|
||||
backdropDismissable={false}
|
||||
onDismissed={this.props.onDismissed}
|
||||
onSubmit={this.onSubmit}
|
||||
type="warning"
|
||||
|
|
Loading…
Reference in a new issue