Skip to content

Commit 9c5cf5f

Browse files
bartoszherbaMarcin Kwiatkowski
authored andcommitted
fix(theme): add debounced update quantity action so it will be possible to insert multidigital value (#465)
Co-authored-by: Bartosz Herba <[email protected]>
1 parent 4e5e57e commit 9c5cf5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme/components/CartSidebar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ import { useUiState, useUiNotification } from '~/composables';
263263
import stockStatusEnum from '~/enums/stockStatusEnum';
264264
import CouponCode from './CouponCode.vue';
265265
import stockStatusEnum from '~/enums/stockStatusEnum';
266+
import CouponCode from './CouponCode.vue';
266267
267268
export default defineComponent({
268269
name: 'CartSidebar',

0 commit comments

Comments
 (0)