TF-4301 Add "Create a new label" button in Label As menus and wire up tagging in email view
This commit is contained in:
@@ -382,7 +382,6 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
|
||||
onToggleLabelListState: labelController.toggleLabelListState,
|
||||
onAddNewLabel: () =>
|
||||
labelController.handleLabelActionType(
|
||||
context: context,
|
||||
actionType: LabelActionType.create,
|
||||
accountId: accountId,
|
||||
),
|
||||
|
||||
@@ -42,7 +42,6 @@ extension HandleLabelActionTypeExtension on MailboxDashBoardController {
|
||||
required LabelActionType actionType,
|
||||
}) {
|
||||
labelController.handleLabelActionType(
|
||||
context: context,
|
||||
actionType: actionType,
|
||||
accountId: accountId.value,
|
||||
label: label,
|
||||
|
||||
Reference in New Issue
Block a user