Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laboite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
apps.education
laboite
Commits
1c4bd194
Commit
1c4bd194
authored
2 years ago
by
Bruno Boiget
Browse files
Options
Downloads
Patches
Plain Diff
fix(group): fix error when removing a group from it's edition page
parent
314069d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#16510
passed
2 years ago
Stage: initial-checks
Stage: deps
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/imports/ui/components/admin/GroupUsersList.jsx
+1
-1
1 addition, 1 deletion
app/imports/ui/components/admin/GroupUsersList.jsx
with
1 addition
and
1 deletion
app/imports/ui/components/admin/GroupUsersList.jsx
+
1
−
1
View file @
1c4bd194
...
...
@@ -115,7 +115,7 @@ const GroupsUsersList = (props) => {
};
useEffect
(()
=>
{
if
(
ready
===
true
&&
group
)
{
if
(
ready
===
true
&&
group
?.
name
)
{
const
usersField
=
`
${
userRole
}
s`
;
const
groupUsers
=
{};
users
.
forEach
((
entry
)
=>
{
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
54fa39a3
·
2 years ago
mentioned in commit
54fa39a3
mentioned in commit 54fa39a3744a9a91b7903b61be2c5ef7dc249e67
Toggle commit list
Ghost User
@ghost
mentioned in commit
31199fa8
·
2 years ago
mentioned in commit
31199fa8
mentioned in commit 31199fa8e38561644b0e082a22a73ea603062af6
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment