mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
add name as id because global profiles have none (#38173)
fixes: #38061 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
46bbe073fb
commit
0e549047d6
@ -46,6 +46,7 @@ export const AddClientProfileModal = (props: AddClientProfileModalProps) => {
|
||||
(allProfiles) => {
|
||||
const globalProfiles = allProfiles.globalProfiles?.map(
|
||||
(globalProfiles) => ({
|
||||
id: globalProfiles.name,
|
||||
...globalProfiles,
|
||||
global: true,
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user