Update MoveToApplicationsFolder dialog to use backdropDismissable instead

This commit is contained in:
Sergio Padrino 2024-03-21 16:04:34 +01:00
parent af4273c262
commit 10137dc182

View file

@ -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"