Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jin521 committed Jul 2, 2018
1 parent 8f758a2 commit 6214f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/mnoe-users-list/mno-users-list.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
scope.users.switchLinkTitle = 'mnoe_admin_panel.dashboard.users.widget.list.all_users.switch_link_title'

scope.searchChange = () ->
# Only search if the string is >= than 3 characters
# After adding external_id in the search term update the minimum string length in the search from >= 3 to >=0
if scope.users.search.length >= 0
scope.searchMode = true
setSearchUsersList(scope.users.search)
Expand Down

0 comments on commit 6214f34

Please sign in to comment.