Fixed OTP Handling in Dev backend: all test are passing
This commit is contained in:
@@ -46,6 +46,7 @@ Clipperz.PM.UI.Components.Cards.DetailClass = React.createClass({
|
||||
|
||||
render: function () {
|
||||
var result;
|
||||
|
||||
if (this.props['mode'] == 'edit') {
|
||||
result = Clipperz.PM.UI.Components.Cards.Edit(this.viewComponentProps());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user