TF-4301 Add E2E tests for label creation and tagging from email view
This commit is contained in:
@@ -21,7 +21,7 @@ mixin LabelModalMixin {
|
||||
}) async {
|
||||
return DialogRouter().openDialogModal(
|
||||
child: CreateNewLabelModal(
|
||||
key: const Key('create_label_modal'),
|
||||
key: const Key('create_new_label_modal'),
|
||||
labels: labels,
|
||||
accountId: accountId,
|
||||
imagePaths: imagePaths,
|
||||
|
||||
Reference in New Issue
Block a user