diff --git a/lib/ui/app/entity_dropdown.dart b/lib/ui/app/entity_dropdown.dart index 760206c0c..40846e161 100644 --- a/lib/ui/app/entity_dropdown.dart +++ b/lib/ui/app/entity_dropdown.dart @@ -441,7 +441,7 @@ class EntityDropdownDialog extends StatefulWidget { @required this.overrideSuggestedLabel, @required this.overrideSuggestedAmount, this.onAddPressed, - this.excludeIds, + this.excludeIds = const [], }); final BuiltMap entityMap;