iptdevs-design-system 3.1.288 → 3.1.290

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1734,6 +1734,7 @@ class SidenavComponent {
1734
1734
  let token = user === undefined ? '' : user;
1735
1735
  let request = {
1736
1736
  token: token,
1737
+ department: this.department
1737
1738
  };
1738
1739
  this.userService.getRoutesForRole(request).subscribe((response) => {
1739
1740
  this.routes = response.data;