mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 11:59:44 +02:00
Fixed autcomplete bug while editing groups
This commit is contained in:
@@ -46,7 +46,7 @@ class EditGroup extends React.Component<Props> {
|
||||
.then(json => {
|
||||
return json.map(element => {
|
||||
return {
|
||||
value: element.id,
|
||||
value: element,
|
||||
label: `${element.displayName} (${element.id})`
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user