From a118adac657cdab5b76f96ab349fc9764fb06f3a Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 23 Sep 2025 17:16:31 +0100 Subject: [PATCH] fixed custom endpoint data --- src/components/products/CustomTemplates.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/products/CustomTemplates.jsx b/src/components/products/CustomTemplates.jsx index 1e9b3cc..3d6be76 100644 --- a/src/components/products/CustomTemplates.jsx +++ b/src/components/products/CustomTemplates.jsx @@ -104,12 +104,12 @@ export default function CustomTemplates() {
-
{item?.name}
+
{item?.custom_id}
-
{item?.product_id}
+
{item?.provision_name}