mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-13 09:29:01 +01:00
Fixed cancel changes in "mobile" mode.
This commit is contained in:
parent
fc0805916e
commit
29a21f5462
@ -31,6 +31,7 @@ Clipperz.PM.UI.Components.Cards.Detail = React.createClass({
|
||||
result = this.props['selectedCard'];
|
||||
if (result) {
|
||||
result['style'] = this.props['style'];
|
||||
result['ask'] = this.props['ask'];
|
||||
}
|
||||
|
||||
return result;
|
||||
|
@ -160,7 +160,8 @@ Clipperz.PM.UI.Components.Cards.Edit = React.createClass({
|
||||
this.renderAddNewField(),
|
||||
this.renderDirectLogins(this.props['directLogins'])
|
||||
])
|
||||
])
|
||||
]),
|
||||
this.props['ask'] ? Clipperz.PM.UI.Components.DialogBox(this.props['ask']) : null
|
||||
]);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user