Skip to content

Commit

Permalink
Improved: performFind filter to use orderBy inplace of sortBy
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Nov 21, 2023
1 parent eff4fec commit 9baf3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/catalog-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export default defineComponent({
"estimatedDeliveryDate_op": "greaterThanFromDayStart",
},
"entityName": "PreOrderPOItem",
"sortBy": "estimatedDeliveryDate ASC",
"orderBy": "estimatedDeliveryDate ASC",
"fieldList": ["orderId", "orderExternalId", "estimatedDeliveryDate", "isNewProduct", "quantity", "availableToPromise"],
"viewSize": 1
} as any;
Expand Down

0 comments on commit 9baf3d9

Please sign in to comment.