mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 21:38:28 +02:00
chore: using final
This commit is contained in:
parent
fc921fbe9f
commit
04ce6b3bcb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class BackupAlbumSelectionPage extends HookConsumerWidget {
|
||||||
[],
|
[],
|
||||||
);
|
);
|
||||||
|
|
||||||
var filteredAlbums = albums.where((album) {
|
final filteredAlbums = albums.where((album) {
|
||||||
return album.name.toLowerCase().contains(searchQuery.value.toLowerCase());
|
return album.name.toLowerCase().contains(searchQuery.value.toLowerCase());
|
||||||
}).toList();
|
}).toList();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue