diff --git a/.github/workflows/deploy-to-prod.yml b/.github/workflows/deploy-to-prod.yml index 3420da2..092df49 100644 --- a/.github/workflows/deploy-to-prod.yml +++ b/.github/workflows/deploy-to-prod.yml @@ -7,13 +7,11 @@ concurrency: run-name: Building and Deploying on: push: - branches: - - "master" - pull_request: branches: - "dev" - "feature-**/" + - "master" env: NODE_VERSION: 20.10.0 diff --git a/src/components/menu/bingsu-menu-modal.vue b/src/components/menu/bingsu-menu-modal.vue index ff5675a..4ba04cf 100644 --- a/src/components/menu/bingsu-menu-modal.vue +++ b/src/components/menu/bingsu-menu-modal.vue @@ -116,9 +116,9 @@ const shouldDisableConfirmationButton = computed(() => { }); function handleBingsuConfirmation() { + store.addBingsuOrder(cartItemBingsu.value); resetCartItem(); closeBinqsuMenuModal(); - store.addBingsuOrder(cartItemBingsu.value); }