TF-4370 Fix selector/key wiring: modal instantiation does not pass the key the test expects
This commit is contained in:
@@ -148,6 +148,7 @@ class LabelController extends BaseController with LabelContextMenuMixin {
|
||||
|
||||
await DialogRouter().openDialogModal(
|
||||
child: CreateNewLabelModal(
|
||||
key: const Key('create_new_label_modal'),
|
||||
labels: labels,
|
||||
onLabelActionCallback: (label) => _createNewLabel(accountId, label),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user