Skip to content

Commit 9579165

Browse files
committed
feat: TT-190 Use add/remove groups endpoints in users section
1 parent 9800cb1 commit 9579165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/users/components/users-list/users-list.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export class UsersListComponent implements OnInit, OnDestroy, AfterViewInit {
6464
)
6565
.subscribe((action) => {
6666
this.store.dispatch(new LoadUsers());
67-
this.rerenderDataTable();
6867
});
6968

7069
this.switchRoleSubscription = this.actionsSubject$

0 commit comments

Comments
 (0)