mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Changed domain search
This commit is contained in:
parent
7e1dbc2388
commit
47d01de33a
8 changed files with 68 additions and 119 deletions
|
@ -1,11 +1,11 @@
|
|||
class AppliedFiters {
|
||||
String selectedResultStatus = 'all';
|
||||
String? searchText;
|
||||
String? domainText;
|
||||
List<String>? clients;
|
||||
|
||||
AppliedFiters({
|
||||
required this.selectedResultStatus,
|
||||
required this.searchText,
|
||||
required this.domainText,
|
||||
required this.clients
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue