Fixed Add User Screen Error
[portal.git] / portal-FE-common / src / app / pages / users / users.component.ts
index 39bf922..2b3d8a1 100644 (file)
@@ -212,7 +212,8 @@ export class UsersComponent implements OnInit {
           this.accountUsers = accountUsers;
           if (!accountUsers || accountUsers.length === 0) {
             this.noUsersInApp = true;
-                       this.showSpinner = false;
+            this.showSpinner = false;
+            this.accountUsers = [];
             return null;
           }
           this.showSpinner = false;