TF-4229 Add widget for label search field
This commit is contained in:
@@ -897,7 +897,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
pressEmailAction(actionType, presentationEmail);
|
||||
break;
|
||||
case EmailActionType.labelAs:
|
||||
if (!isLabelFeatureEnabled) return;
|
||||
if (!isLabelAvailable) return;
|
||||
openAddLabelToEmailDialogModal(presentationEmail);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user