Skip to content

Commit

Permalink
fix: text search mode filter was not selected in default state
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Oct 2, 2024
1 parent 2c5a76e commit 459f60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/listing/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class SearchBarWithFilters<T> extends ConsumerWidget {
leadingIcon: const Icon(Icons.article),
),
],
initial: textMode,
initial: textMode ?? SearchTextMode.all,
),
);
if (value != null) {
Expand Down
2 changes: 1 addition & 1 deletion lib/services/wallabag_storage.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 459f60e

Please sign in to comment.