Skip to content

Commit 01cb3ac

Browse files
wobravoLEON12699
authored andcommitted
fix: TT-190 Use add remove groups endpoints users
1 parent e467456 commit 01cb3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class UsersListComponent implements OnInit, OnDestroy, AfterViewInit {
116116
}
117117

118118
isFeatureToggleActivated() {
119-
return this.featureManagerService.isToggleEnabledForUser('ui-users-list').pipe(
119+
return this.featureManagerService.isToggleEnabledForUser('switch-group').pipe(
120120
map((enabled) => {
121121
return enabled === true ? true : false;
122122
})

0 commit comments

Comments
 (0)