Skip to content

Commit 3e59642

Browse files
committed
feat: TT-190 Use add/remove groups endpoints in users section in UI
1 parent 4361335 commit 3e59642

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,17 @@ export class UsersListComponent implements OnInit, OnDestroy, AfterViewInit {
5858
isUserGroupsToggleOn: boolean;
5959
=======
6060
isUserGroupsToggleOn;
61+
<<<<<<< HEAD
6162
flakyToggle: boolean = false; // borrar para implementar feature toggle
6263
>>>>>>> feat: TT-190 Use add/remove groups endpoints in users section in UI
64+
=======
65+
flakyToggle = true; // borrar para implementar feature toggle
66+
>>>>>>> feat: TT-190 Use add/remove groups endpoints in users section in UI
6367

6468
constructor(
6569
private store: Store<User>,
6670
private actionsSubject$: ActionsSubject,
67-
//private featureManagerService: FeatureManagerService
71+
// private featureManagerService: FeatureManagerService
6872
) {
6973
this.isLoading$ = store.pipe(delay(0), select(getIsLoading));
7074
}

0 commit comments

Comments
 (0)