debouncing results and sort of getting results back
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import { User } from "@nirvana/core/models";
|
||||
/**
|
||||
* Full results from the global search
|
||||
*/
|
||||
export default class SearchResponse {
|
||||
export default class UserSearchResponse {
|
||||
// all friends/contacts matching search
|
||||
contacts?: User[];
|
||||
|
||||
Reference in New Issue
Block a user