Fixing phone search functionality (#9466)

This PR targets twentyhq/core-team-issues#85. 

@FelixMalfait As we discussed I have made those changes . Could you
please test it at your end?

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Murali Singh
2025-01-13 15:24:00 +05:30
committed by GitHub
parent 128abb2b85
commit 002cbd3b78
7 changed files with 32 additions and 80 deletions

View File

@ -103,7 +103,6 @@ export type EmailsFilter = {
export type PhonesFilter = {
primaryPhoneNumber?: StringFilter;
primaryPhoneCountryCode?: StringFilter;
};
export type SelectFilter = {