fix on note delete, select first
This commit is contained in:
@@ -112,7 +112,7 @@ angular.module('app.frontend')
|
||||
}.bind(this))
|
||||
.catch(function(response){
|
||||
console.log("Registration error", response);
|
||||
callback(null);
|
||||
callback(response.data);
|
||||
})
|
||||
}.bind(this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user