Fixes API call failing after opening the saved filter (#3932)
This commit is contained in:
@@ -340,7 +340,7 @@ export default {
|
||||
},
|
||||
onApplyFilter(payload) {
|
||||
this.closeContactInfoPanel();
|
||||
this.segmentsQuery = { payload };
|
||||
this.segmentsQuery = filterQueryGenerator(payload);
|
||||
this.$store.dispatch('contacts/filter', {
|
||||
queryPayload: filterQueryGenerator(payload),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user