Merge "User Page issue"
authorSunder Tattavarada <statta@research.att.com>
Mon, 15 Jun 2020 15:09:32 +0000 (15:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 15 Jun 2020 15:09:32 +0000 (15:09 +0000)
portal-FE-common/src/app/pages/users/users.component.ts

index 935be92..39bf922 100644 (file)
@@ -212,6 +212,8 @@ export class UsersComponent implements OnInit {
           this.accountUsers = accountUsers;
           if (!accountUsers || accountUsers.length === 0) {
             this.noUsersInApp = true;
+                       this.showSpinner = false;
+            return null;
           }
           this.showSpinner = false;
           this.adminsDataSource = new MatTableDataSource(this.accountUsers);