More refactoring

This commit is contained in:
Willem Dantuma
2020-04-21 14:54:13 +02:00
parent e41c728fb2
commit ef81b04f4e
3 changed files with 10 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ export abstract class AbstractFeatureListComponent {
}
getAction(feature:Feature):Action {
var newQuery: any = tassign(mapReducers.initialState.query);
var newQuery: any = tassign(mapReducers.initialState.queryState);
newQuery.parentCode = feature.get('parentCode');
newQuery.itemCode = feature.get('code');
newQuery.itemType = feature.get('itemType');