parent
292fbbb70d
commit
89ef448d3a
5 changed files with 21 additions and 26 deletions
|
@ -32,7 +32,7 @@ class CircleSelect extends PureComponent {
|
|||
}
|
||||
|
||||
const listOptions = circles.toArray().filter((circle) => circle).map((circle) => {
|
||||
return { value: circle.get('id'), label: circle.get('title') };
|
||||
return { value: circle[1].get('id'), label: circle[1].get('title') };
|
||||
});
|
||||
const listValue = listOptions.find((opt) => opt.value === circleId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue