Update SSHUserPassword dialog to use backdropDismissable instead

This commit is contained in:
Sergio Padrino 2024-03-21 16:15:15 +01:00
parent 8245f2ed93
commit 31645c4ad3

View file

@ -37,9 +37,9 @@ export class SSHUserPassword extends React.Component<
id="ssh-user-password"
type="normal"
title="SSH User Password"
dismissable={false}
backdropDismissable={false}
onSubmit={this.onSubmit}
onDismissed={this.props.onDismissed}
onDismissed={this.onCancel}
>
<DialogContent>
<Row>