mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
fix: creator target view (#173)
This commit is contained in:
parent
8afdf6b64a
commit
956e30a990
@ -21,7 +21,7 @@ export class PartyTargetService {
|
|||||||
map((party) => {
|
map((party) => {
|
||||||
const result = [];
|
const result = [];
|
||||||
const target = this.getTarget(party, targetName);
|
const target = this.getTarget(party, targetName);
|
||||||
target.forEach((item, id) => result.push({ item, id }));
|
target.forEach((item, id) => result.push({ data: item, id, checked: false }));
|
||||||
return result;
|
return result;
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user