Skip to content

Commit

Permalink
profile org dropdown fix (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantbipin authored Jun 22, 2023
1 parent 78a23a6 commit 9404562
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public List<String> getDeptNameList() {
requestMap.put(Constants.FILTERS, new HashMap<String, Object>() {
{
put(Constants.IS_TENANT, Boolean.TRUE);
put(Constants.STATUS, 1);
}
});

Expand Down

0 comments on commit 9404562

Please sign in to comment.