feat: show initial list of users when opening the assignees view
This commit is contained in:
parent
302ba2bec7
commit
59c942af73
@ -104,11 +104,6 @@ async function removeAssignee(user: IUser) {
|
||||
}
|
||||
|
||||
async function findUser(query: string) {
|
||||
if (query === '') {
|
||||
foundUsers.value = []
|
||||
return
|
||||
}
|
||||
|
||||
const response = await projectUserService.getAll({projectId: props.projectId}, {s: query}) as IUser[]
|
||||
|
||||
// Filter the results to not include users who are already assigned
|
||||
|
Loading…
x
Reference in New Issue
Block a user