Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
anjuchamantha committed Nov 12, 2024
1 parent 6650108 commit 5280d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const AdvanceSearch = () => {
title="submit search"
onClick={() => {
let userId = searchUser;
let userIdList =[userId];
let userIdList = [userId];
if (userId.length > 0 && userId.indexOf(CONFIG.TENANT_DOMAIN) === -1) {
userIdList.push(userId + "@" + CONFIG.TENANT_DOMAIN);
}
Expand Down

0 comments on commit 5280d26

Please sign in to comment.