Skip to content

Commit d89c3ad

Browse files
fix: Helm app unassigned project all app selection fix
1 parent 039f8f3 commit d89c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/userGroups/AppPermissions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ export default function AppPermissions({
468468
}),
469469
]
470470
} else {
471-
tempPermissions[index][name] = [{ label: 'Select all', value: '*' }]
471+
tempPermissions[index]['entityName'] = [{ label: 'Select all', value: '*' }]
472472
}
473473
tempPermissions[index]['entityNameError'] = null
474474
} else {

0 commit comments

Comments
 (0)