Projects
This commit is contained in:
parent
eb78346dc1
commit
a2d288e0f6
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue