Made sort and extract pages functions conform to the new design pattern. Standardised naming of a few variables
This commit is contained in:
@@ -90,7 +90,7 @@ export const extractOnly = {
|
||||
operations: [
|
||||
{
|
||||
type: "extract",
|
||||
values: { "pagesToExtractArray": [0, 2] },
|
||||
values: { "pageIndexes": [0, 2] },
|
||||
operations: []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user