feat: Add reset button above filter button

This commit is contained in:
Anton Stubenbord
2023-06-17 20:39:59 +02:00
parent 28e9463b96
commit bdaec78df1
9 changed files with 132 additions and 61 deletions

View File

@@ -164,7 +164,7 @@ class UnsetDateRangeQueryAdapter extends TypeAdapter<UnsetDateRangeQuery> {
@override
UnsetDateRangeQuery read(BinaryReader reader) {
// reader.readByte();
reader.readByte();
return const UnsetDateRangeQuery();
}