From c16afc487a91187e60c6d165bbc202a11517398e Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 27 Feb 2024 16:44:28 +0530 Subject: [PATCH] Update productIdentification options --- src/store/productIdentification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/productIdentification.ts b/src/store/productIdentification.ts index 1e34816..8e5fc46 100644 --- a/src/store/productIdentification.ts +++ b/src/store/productIdentification.ts @@ -8,7 +8,7 @@ export const useProductIdentificationStore = defineStore('productIdentification' primaryId: '', secondaryId: '' }, - productIdentificationOptions: ["productId", "groupId", "groupName", "internalName", "parentProductName", "primaryProductCategoryName", "productId", "sku", "title", "SHOPIFY_PROD_SKU"] + productIdentificationOptions: ["productId", "groupId", "groupName", "internalName", "parentProductName", "primaryProductCategoryName", "sku", "title", "SHOPIFY_PROD_SKU"] } }, getters: {