mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
Fix shorthand property ordering
This commit is contained in:
parent
ffe88eb3bf
commit
08cc88c699
@ -47,14 +47,14 @@ class EditionListActions {
|
|||||||
|
|
||||||
this.actions.updateEditionList({
|
this.actions.updateEditionList({
|
||||||
pieceId,
|
pieceId,
|
||||||
editionListOfPiece: res.editions,
|
|
||||||
page,
|
page,
|
||||||
pageSize,
|
pageSize,
|
||||||
orderBy,
|
orderBy,
|
||||||
orderAsc,
|
orderAsc,
|
||||||
count: res.count,
|
|
||||||
filterBy,
|
filterBy,
|
||||||
maxEdition
|
maxEdition,
|
||||||
|
count: res.count,
|
||||||
|
editionListOfPiece: res.editions
|
||||||
});
|
});
|
||||||
resolve(res);
|
resolve(res);
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user