Changed filters button

This commit is contained in:
Juan Gilsanz Polo 2022-10-02 19:14:00 +02:00
parent 82079268d3
commit 15ba9c8c89
3 changed files with 30 additions and 7 deletions

View file

@ -77,7 +77,7 @@ class LogsProvider with ChangeNotifier {
_selectedResultStatus = value;
notifyListeners();
}
void setSearchIpDomain(String value) {
void setSearchIpDomain(String? value) {
_searchIpDomain = value;
notifyListeners();
}