Projects
This commit is contained in:
parent
eb78346dc1
commit
a2d288e0f6
|
|
@ -75,7 +75,7 @@ class ProjectListVM {
|
||||||
store.dispatch(FilterProjectsByEntity()),
|
store.dispatch(FilterProjectsByEntity()),
|
||||||
onViewEntityFilterPressed: (BuildContext context) => store.dispatch(
|
onViewEntityFilterPressed: (BuildContext context) => store.dispatch(
|
||||||
ViewClient(
|
ViewClient(
|
||||||
clientId: state.invoiceListState.filterEntityId,
|
clientId: state.projectListState.filterEntityId,
|
||||||
context: context)),
|
context: context)),
|
||||||
onProjectTap: (context, project) {
|
onProjectTap: (context, project) {
|
||||||
store.dispatch(ViewProject(projectId: project.id, context: context));
|
store.dispatch(ViewProject(projectId: project.id, context: context));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue