TF-4301 Replace LabelModalMixin with direct methods in LabelController
This commit is contained in:
@@ -45,10 +45,6 @@ extension HandleLabelActionTypeExtension on LabelController {
|
||||
required AccountId? accountId,
|
||||
required Label label,
|
||||
}) async {
|
||||
if (createNewLabelInteractor == null || editLabelInteractor == null) {
|
||||
_handleEditLabelFailure(EditLabelFailure(const InteractorNotInitialized()));
|
||||
return;
|
||||
}
|
||||
final verifyNameInteractor = getBinding<VerifyNameInteractor>();
|
||||
if (verifyNameInteractor == null) {
|
||||
_handleEditLabelFailure(EditLabelFailure(const InteractorNotInitialized()));
|
||||
|
||||
Reference in New Issue
Block a user