Support Enter shortcut in findBy helpers
This commit is contained in:
parent
e158bd1a95
commit
89525d3e16
4 changed files with 92 additions and 54 deletions
|
@ -47,7 +47,9 @@ export abstract class LeftPaneHelper<T> {
|
|||
onChangeComposeSelectedRegion: (newRegion: string) => void;
|
||||
updateSearchTerm: (searchTerm: string) => unknown;
|
||||
showConversation: ShowConversationType;
|
||||
}>
|
||||
showInbox: () => void;
|
||||
}> &
|
||||
LookupConversationWithoutServiceIdActionsType
|
||||
): null | ReactChild {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue