umwd-components 0.1.366 → 0.1.367

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.366",
3
+ "version": "0.1.367",
4
4
  "description": "UMWD Component library",
5
5
  "main": "dist/src/index.js",
6
6
  "module": "dist/src/index.js",
@@ -19,7 +19,6 @@ import { StrapiErrors } from "../../StrapiErrors"; //"@/components/StrapiErrors"
19
19
  import { BusinessCredentialsFields } from "./BusinessCredentials";
20
20
  import { useSession } from "../../../context/auth/SessionContext";
21
21
  import React, { useEffect, useState } from "react";
22
- import { de } from "date-fns/locale";
23
22
 
24
23
  const INITIAL_STATE = {
25
24
  zodErrors: null,
@@ -97,7 +97,7 @@ async function getAllOrders(
97
97
  populate: {
98
98
  opo_items: { populate: { product: { populate: { price: true } } } },
99
99
  customer: isEnduser,
100
- payments: isEnduser,
100
+ payments: true, // isEnduser,
101
101
  },
102
102
  pagination: {
103
103
  pageSize: rowsPerPage || 10,