Update SSHKeyPassphrase dialog to use backdropDismissable instead

This commit is contained in:
Sergio Padrino 2024-03-21 16:12:26 +01:00
parent 120c410dfe
commit 1c4fcf1570

View file

@ -37,9 +37,9 @@ export class SSHKeyPassphrase extends React.Component<
id="ssh-key-passphrase"
type="normal"
title="SSH Key Passphrase"
dismissable={false}
backdropDismissable={false}
onSubmit={this.onSubmit}
onDismissed={this.props.onDismissed}
onDismissed={this.onCancel}
>
<DialogContent>
<Row>