Display SMS/MMS disclaimer in empty search results
This commit is contained in:
parent
d1d53b645d
commit
80da8bb47b
10 changed files with 113 additions and 16 deletions
|
@ -72,7 +72,7 @@ export const getSearchResults = createSelector(
|
|||
(
|
||||
state: SearchStateType,
|
||||
conversationLookup: ConversationLookupType
|
||||
): LeftPaneSearchPropsType => {
|
||||
): Omit<LeftPaneSearchPropsType, 'primarySendsSms'> => {
|
||||
const {
|
||||
contactIds,
|
||||
conversationIds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue