fixup! TF-4308 Add NoLabelYetWidget for choose label modal
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -27,8 +27,6 @@ class AddListLabelToListEmailsDelegate extends BaseController {
|
||||
required VoidCallback onCancel,
|
||||
required OnSyncListLabelForListEmail onSync,
|
||||
}) async {
|
||||
if (_labelController.labels.isEmpty) return;
|
||||
|
||||
await DialogRouter().openDialogModal(
|
||||
child: ChooseLabelModal(
|
||||
labels: _labelController.labels,
|
||||
|
||||
Reference in New Issue
Block a user