mirror of
https://github.com/hamaluik/timecop.git
synced 2025-08-26 08:41:31 +08:00
Allow filtering no projects too
This commit is contained in:
@ -170,7 +170,7 @@ class FilterSheet extends StatelessWidget {
|
||||
hiddenProjects
|
||||
.removeWhere((p) => p == project?.id);
|
||||
} else {
|
||||
hiddenProjects.add(project!.id);
|
||||
hiddenProjects.add(project?.id);
|
||||
}
|
||||
dashboardBloc.add(
|
||||
FilterProjectsChangedEvent(hiddenProjects));
|
||||
|
Reference in New Issue
Block a user