fixes: Contact search is skipping the '+' sign for email. (#4142)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -253,7 +253,7 @@ export default {
|
|||||||
this.$store.dispatch('contacts/get', requestParams);
|
this.$store.dispatch('contacts/get', requestParams);
|
||||||
} else {
|
} else {
|
||||||
this.$store.dispatch('contacts/search', {
|
this.$store.dispatch('contacts/search', {
|
||||||
search: value,
|
search: encodeURIComponent(value),
|
||||||
...requestParams,
|
...requestParams,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user