Skip to content

Commit

Permalink
fix(theme): add debounced update quantity action so it will be possib…
Browse files Browse the repository at this point in the history
…le to insert multidigital value (#465)

Co-authored-by: Bartosz Herba <[email protected]>
  • Loading branch information
2 people authored and Frodigo committed Feb 24, 2022
1 parent 4e5e57e commit 9c5cf5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/components/CartSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ import { useUiState, useUiNotification } from '~/composables';
import stockStatusEnum from '~/enums/stockStatusEnum';
import CouponCode from './CouponCode.vue';
import stockStatusEnum from '~/enums/stockStatusEnum';
import CouponCode from './CouponCode.vue';
export default defineComponent({
name: 'CartSidebar',
Expand Down

0 comments on commit 9c5cf5f

Please sign in to comment.