This commit is contained in:
Hillel Coren 2018-12-17 17:16:30 +02:00
parent eb78346dc1
commit a2d288e0f6
1 changed files with 1 additions and 1 deletions

View File

@ -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));