Remove uneeded search minify
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
77478078f6
commit
1b165c3575
@ -154,7 +154,6 @@ export function reducer(state = initialState, action: mapActions.Actions | commo
|
||||
case mapActions.SELECTITEM: {
|
||||
return tassign(state, {
|
||||
selectedItem: null,
|
||||
searchMinified:false,
|
||||
selectedItemLayer: null,
|
||||
features:[]
|
||||
});
|
||||
@ -265,7 +264,6 @@ export function reducer(state = initialState, action: mapActions.Actions | commo
|
||||
selectedItemLayer:null,
|
||||
queryState: tassign(a.queryState),
|
||||
searchCollapsed: false,
|
||||
searchMinified: true
|
||||
});
|
||||
}
|
||||
case mapActions.DOQUERY: {
|
||||
|
Loading…
Reference in New Issue
Block a user