Updated lists to make account search work
• Updated: - lists to make account search work for adding new members
This commit is contained in:
@@ -289,8 +289,6 @@ export const fetchListAccountsFail = (id, error) => ({
|
||||
export const fetchListSuggestions = (q) => (dispatch, getState) => {
|
||||
if (!me) return
|
||||
|
||||
return false
|
||||
|
||||
const params = {
|
||||
q,
|
||||
resolve: false,
|
||||
|
||||
Reference in New Issue
Block a user