TF-4178 Add create new label modal
This commit is contained in:
@@ -364,6 +364,7 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
|
||||
expandMode: labelListExpandMode,
|
||||
countLabels: countLabels,
|
||||
onToggleLabelListState: labelController.toggleLabelListState,
|
||||
onAddNewLabel: labelController.openCreateNewLabelModal,
|
||||
);
|
||||
} else {
|
||||
return const SizedBox.shrink();
|
||||
|
||||
Reference in New Issue
Block a user