Skip to content

Commit bd4af6d

Browse files
committed
fix(source): resolve compilation error in filter dialog
Corrects a compilation error in `filter_dialog.dart` by adding the required `logoUrl` parameter to the `Source` constructor within an `orElse` block. This dummy object is used as a fallback and now aligns with the updated `Source` model.
1 parent f0ae19c commit bd4af6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/content_management/widgets/filter_dialog/filter_dialog.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class _FilterDialogState extends State<FilterDialog> {
264264
name: '',
265265
description: '',
266266
url: '',
267+
logoUrl: '',
267268
sourceType: SourceType.other,
268269
language: Language(
269270
id: '',

0 commit comments

Comments
 (0)