TF-4236 Implement remove a label from an email when unselect in context menu Label as
This commit is contained in:
@@ -28,5 +28,6 @@ extension KeyWordIdentifierExtension on KeyWordIdentifier {
|
||||
|
||||
PatchObject generateUnsubscribeActionPath() => _boolPatch(true);
|
||||
|
||||
PatchObject generateLabelActionPath() => _boolPatch(true);
|
||||
PatchObject generateLabelActionPath({bool remove = false}) =>
|
||||
_boolPatch(remove ? null : true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user