[Part 2] TF-4308 Add Create new label button in ChooseLabelModal (#4457)

This commit is contained in:
Dat Vu
2026-04-17 16:51:49 +07:00
committed by GitHub
parent a80de79537
commit a693ceb456
9 changed files with 297 additions and 254 deletions
@@ -41,6 +41,8 @@ class AddListLabelToListEmailsDelegate extends BaseController {
);
},
imagePaths: imagePaths,
onCreateALabelAction: () => _labelController.onCreateALabelAction(
accountId: _labelController.accountId, hasResult: true),
),
dialogLabel: 'choose-label-modal',
);