From 7823cac123c0e36cac0bfe0c908016f221c2e811 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 22 Apr 2025 21:48:32 +0330 Subject: [PATCH] changed detail to details in product variants --- .../components/global/product/Accordion.vue | 27 +++++++++---------- frontend/types/global.d.ts | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/frontend/components/global/product/Accordion.vue b/frontend/components/global/product/Accordion.vue index 1ddbf6a..edf8e16 100644 --- a/frontend/components/global/product/Accordion.vue +++ b/frontend/components/global/product/Accordion.vue @@ -1,11 +1,9 @@ \ No newline at end of file + diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index 1c1bfbe..27ec9c7 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -70,7 +70,7 @@ declare global { type ProductDetail = { id: number; - detail: ProductDetailItem[]; + details: ProductDetailItem[]; detail_category: number; };