From a2d288e0f6c08b13147345cea2c7ca6260a5a92c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 17 Dec 2018 17:16:30 +0200 Subject: [PATCH] Projects --- lib/ui/project/project_list_vm.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/project/project_list_vm.dart b/lib/ui/project/project_list_vm.dart index 65b22e8ea..32d0d7ce5 100644 --- a/lib/ui/project/project_list_vm.dart +++ b/lib/ui/project/project_list_vm.dart @@ -75,7 +75,7 @@ class ProjectListVM { store.dispatch(FilterProjectsByEntity()), onViewEntityFilterPressed: (BuildContext context) => store.dispatch( ViewClient( - clientId: state.invoiceListState.filterEntityId, + clientId: state.projectListState.filterEntityId, context: context)), onProjectTap: (context, project) { store.dispatch(ViewProject(projectId: project.id, context: context));