From a4a505ba43ec3dac456e429e9dd93544eee056a3 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 18 Mar 2024 09:54:34 -0400 Subject: [PATCH] CSR-1977: fix for TypeError: availableLineItems.filter is not a function --- src/fmg-components/cart/cart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index d9d399921..3cb99f941 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -102,7 +102,7 @@ ref="promoModalQuestion" class="small mt-4" v-model="lineItems" - :availableVaps="availableVaps" + :addableVaps="availableVaps" modalWidgetName="PromoModalWidget" />