Finish in-redux conversation lookups, getPropsForSearchResult moved
This commit is contained in:
parent
7fe40dbf83
commit
cbc6c29479
18 changed files with 901 additions and 146 deletions
|
@ -323,7 +323,7 @@ async function queryConversationsAndContacts(
|
|||
|
||||
// Reducer
|
||||
|
||||
function getEmptyState(): SearchStateType {
|
||||
export function getEmptyState(): SearchStateType {
|
||||
return {
|
||||
startSearchCounter: 0,
|
||||
query: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue