TF-1115 Handle onError for all controller
This commit is contained in:
@@ -132,9 +132,6 @@ class IdentityCreatorController extends BaseController {
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void onError(error) {}
|
||||
|
||||
void _setUpValueFromIdentity() {
|
||||
_nameIdentity = identity?.name ?? '';
|
||||
inputNameIdentityController?.text = identity?.name ?? '';
|
||||
|
||||
Reference in New Issue
Block a user