Client - filter on username in administration
This commit is contained in:
@ -45,6 +45,11 @@ export const getQuery = (
|
||||
orderByList,
|
||||
defaultOrderBy
|
||||
)
|
||||
if (typeof locationQuery.q === 'string') {
|
||||
query.q = locationQuery.q
|
||||
} else {
|
||||
delete query.q
|
||||
}
|
||||
|
||||
return query
|
||||
}
|
||||
|
Reference in New Issue
Block a user