mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 14:02:48 +00:00
Fix logs filtering by client
This commit is contained in:
parent
aed2500fa4
commit
16f1d4664c
4 changed files with 16 additions and 18 deletions
|
@ -51,7 +51,7 @@ class TopItemsLists extends StatelessWidget {
|
|||
AppliedFiters(
|
||||
selectedResultStatus: 'all',
|
||||
searchText: value,
|
||||
clients: null
|
||||
clients: []
|
||||
)
|
||||
);
|
||||
appConfigProvider.setSelectedScreen(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue